We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa5706 commit 09333f1Copy full SHA for 09333f1
src/serialization.jl
@@ -37,8 +37,7 @@ end
37
# This method may be removed if the upstream issue is fixed.
38
function JSON.lower(x::BenchmarkGroup)
39
d = Dict{String,Any}(
40
- "data" => Dict(string(k) => v for (k, v) in x.data),
41
- "tags" => x.tags,
+ "data" => Dict(string(k) => v for (k, v) in x.data), "tags" => x.tags
42
)
43
return ["BenchmarkGroup", d]
44
end
0 commit comments