Skip to content

Commit f1f4ff2

Browse files
committed
Formatting tweak for benchmark numbers
1 parent 6505cbc commit f1f4ff2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

benchmarks/base.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ def benchmark(run_fn):
8989
teardown()
9090

9191
total = end - start
92-
log.info("Total time: %0.4f" % total)
93-
log.info("Average throughput: %0.4f/sec" % (NUM_QUERIES / total))
92+
log.info("Total time: %0.2fs" % total)
93+
log.info("Average throughput: %0.2f/sec" % (NUM_QUERIES / total))

0 commit comments

Comments
 (0)