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 6d8f712 commit 4dab3d2Copy full SHA for 4dab3d2
scripts/bench.jl
@@ -11,6 +11,6 @@ if isempty(ARGS)
11
export_markdown("./benchmark_logs/last.md", result)
12
else
13
name = first(ARGS)
14
- BenchmarkTools.judge(GraphPPL, name; judgekwargs = Dict(:time_tolerance => 0.1, :memory_tolerance => 0.05))
15
- export_markdown("benchmark_vs_$(name)_result.md", result)
+ result = BenchmarkTools.judge(GraphPPL, name; judgekwargs = Dict(:time_tolerance => 0.1, :memory_tolerance => 0.05))
+ export_markdown("./benchmark_logs/benchmark_vs_$(name)_result.md", result)
16
end
0 commit comments