diff options
Diffstat (limited to 'tests/compare/md5-v-sha1.php')
| -rwxr-xr-x | tests/compare/md5-v-sha1.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/compare/md5-v-sha1.php b/tests/compare/md5-v-sha1.php index 44b5148..74d0371 100755 --- a/tests/compare/md5-v-sha1.php +++ b/tests/compare/md5-v-sha1.php @@ -11,8 +11,8 @@ Benchmark::add_spot('100.000 x sha'); for($i = 0 ; $i<100000 ; $i++) $x = sha1($i); Benchmark::add_spot('end'); -Benchmark::render_report('code'); - +echo(Benchmark::report(BENCH_REPORT_COMMENT)); echo "test completed!"; + die();
\ No newline at end of file |
