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 e561e7a commit 4f38802Copy full SHA for 4f38802
perf/runbenchmarks.jl
@@ -50,4 +50,5 @@ results["latency"] = latency_results
50
results["integration"] = integration_results
51
52
# write out the results
53
-BenchmarkTools.save("benchmarkresults.json", median(results))
+result_file = length(ARGS) >= 1 ? ARGS[1] : "benchmarkresults.json"
54
+BenchmarkTools.save(result_file, median(results))
0 commit comments