Skip to content

Commit f6a48f8

Browse files
committed
Write results.md to benchmark/ directory.
1 parent 0dbf53b commit f6a48f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/runbench.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ bench_results = withenv("BENCH_NUM_ITERS"=>string(N)) do
4343
benchmarkpkg("FixedPointDecimals"; postprocess=postprocess)
4444
end
4545

46-
export_markdown("results.md", bench_results)
46+
export_markdown(joinpath(@__DIR__, "results.md"), bench_results)
4747

4848
end

0 commit comments

Comments
 (0)