Skip to content

Commit 1a99f05

Browse files
authored
Merge pull request #84 from swryan/benchmark
fix benchmark timestamp
2 parents db6c2fc + abd0223 commit 1a99f05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testflo/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ class BenchmarkWriter(object):
77
"""
88

99
def __init__(self, stream=sys.stdout):
10-
self.timestamp = time.perf_counter()
10+
self.timestamp = time.time()
1111
self.stream = stream
1212

1313
def get_iter(self, input_iter):

0 commit comments

Comments
 (0)