summaryrefslogtreecommitdiff
path: root/tests/compare/sha1-v-sha256.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/sha1-v-sha256.php
parentc870b0f4bb688d58575c700f523972bd5cf1be55 (diff)
downloadgyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.gz
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.tar.bz2
gyraf1gov-d827d5345f778bb9a481e916666c540801108d18.zip
framework documenting and cleaning
Diffstat (limited to 'tests/compare/sha1-v-sha256.php')
-rwxr-xr-xtests/compare/sha1-v-sha256.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/compare/sha1-v-sha256.php b/tests/compare/sha1-v-sha256.php
index 4d10e7f..d4bf5dc 100755
--- a/tests/compare/sha1-v-sha256.php
+++ b/tests/compare/sha1-v-sha256.php
@@ -15,7 +15,8 @@ Benchmark::add_spot('100.000 x sha256');
for($i = 0 ; $i<100000 ; $i++) $x = hash('sha256', $i);
Benchmark::add_spot('end');
-Benchmark::render_report('code');
+
+echo (Benchmark::report(BENCH_REPORT_COMMENT));
echo "test completed!";
die();