We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6505cbc commit f1f4ff2Copy full SHA for f1f4ff2
1 file changed
benchmarks/base.py
@@ -89,5 +89,5 @@ def benchmark(run_fn):
89
teardown()
90
91
total = end - start
92
- log.info("Total time: %0.4f" % total)
93
- log.info("Average throughput: %0.4f/sec" % (NUM_QUERIES / total))
+ log.info("Total time: %0.2fs" % total)
+ log.info("Average throughput: %0.2f/sec" % (NUM_QUERIES / total))
0 commit comments