Skip to content

Commit

Permalink
show ARGS
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Jul 10, 2021
1 parent f3bf14d commit 333dd42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/runtests.jl
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
using Test
using SystemBenchmark

@show Base.ARGS

@testset "SystemBenchmark" begin
res = runbenchmark();
path, io = mktemp()
savebenchmark(path, res)
res2 = readbenchmark(path);
comp = comparetoref(res);
show(comp, allrows=true, allcols=true)

crowd = getsubmittedbenchmarks()
println("") #tidy test printing
end

0 comments on commit 333dd42

Please sign in to comment.