summaryrefslogtreecommitdiff
path: root/tests/compare/md5-v-sha1.php
diff options
context:
space:
mode:
authorGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 18:43:07 +0300
committerGeo Halkiadakis <gchalkiadakis@sklavenitis.co.gr>2023-05-17 18:43:07 +0300
commitd827d5345f778bb9a481e916666c540801108d18 (patch)
treee65a311623a1bb6f54ba3808d0f3e6bd4257a327 /tests/compare/md5-v-sha1.php
parentc870b0f4bb688d58575c700f523972bd5cf1be55 (diff)
downloadgyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.gz
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.bz2
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.zip
framework documenting and cleaning
Diffstat (limited to 'tests/compare/md5-v-sha1.php')
-rwxr-xr-xtests/compare/md5-v-sha1.php4
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