Skip to content

Commit cc7798c

Browse files
committed
Fix
1 parent 14f63b5 commit cc7798c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/flopscomp.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ end
196196

197197
if testing
198198
runcomparison(Ns=[50, 64, 100, 128, 250, 256, 500, 512])
199+
else
200+
res = runcomparison(Ns=[50, 64, 100, 128, 250, 256, 500, 512, 1000, 1024, 1500, 2000])#, 2048, 2500, 3000, 4000, 4096, 5000, 6000, 6144, 8000, 8192])
201+
plot_results(res; outpath=".")
199202
end
200-
201-
res = runcomparison()
202-
plot_results(res; outpath=".")

0 commit comments

Comments
 (0)