Skip to content

Commit

Permalink
Upped the ante on the benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartik Thakore committed Mar 2, 2013
1 parent 46f4caa commit a745eba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/benchmark.pl
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
`perl scripts/bench_sdl2.pl`; `perl scripts/bench_sdl2.pl`;
}; };


cmpthese( 25, { sdl => $draw_sdl , sdl2 => $draw_sdl2}); cmpthese( 500, { sdl => $draw_sdl , sdl2 => $draw_sdl2});


sleep(300); sleep(300);


0 comments on commit a745eba

Please sign in to comment.