Commit 888ccd48 authored by Bill Schaller's avatar Bill Schaller

add 'seconds' to output

parent b5c69fd3
......@@ -46,7 +46,7 @@ class DbalPerformanceTestListener extends \PHPUnit_Framework_BaseTestListener
foreach($this->timings as $class => $tests) {
printf("%s:\n", $class);
foreach($tests as $test => $time) {
printf("\t%s: %.3f\n", $test, $time);
printf( "\t%s: %.3f seconds\n", $test, $time);
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment