Skip to content

Commit

Permalink
relax perf test a little
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed May 8, 2021
1 parent 68007ed commit 943aef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ prog_perf(10^7)
noprog_perf(10^7)
@time prog_perf(10^7)
@time noprog_perf(10^7)
@test @elapsed(prog_perf(10^7)) < 8*@elapsed(noprog_perf(10^7))
@test @elapsed(prog_perf(10^7)) < 9*@elapsed(noprog_perf(10^7))

0 comments on commit 943aef8

Please sign in to comment.