We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents db6c2fc + abd0223 commit 1a99f05Copy full SHA for 1a99f05
testflo/benchmark.py
@@ -7,7 +7,7 @@ class BenchmarkWriter(object):
7
"""
8
9
def __init__(self, stream=sys.stdout):
10
- self.timestamp = time.perf_counter()
+ self.timestamp = time.time()
11
self.stream = stream
12
13
def get_iter(self, input_iter):
0 commit comments