summaryrefslogtreecommitdiff
path: root/tests/compare/compress.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compare/compress.php')
-rwxr-xr-xtests/compare/compress.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/compare/compress.php b/tests/compare/compress.php
index 74fdea1..f36baa2 100755
--- a/tests/compare/compress.php
+++ b/tests/compare/compress.php
@@ -74,7 +74,7 @@ foreach($products as $product) {
Benchmark::add_spot('end');
-Benchmark::render_report('code');
+echo(Benchmark::report(BENCH_REPORT_COMMENT));
echo "test completed!";
die();