Skip to content

Commit 659b415

Browse files
[gardening] Fix typo.
1 parent b99c62b commit 659b415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/scripts/compare_perf_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ def push(x):
7575
# (name, min value, max value, mean value, max_rss)
7676
def values(self):
7777
return (self.name, str(self.min), str(self.max), str(int(self.mean)),
78-
str(self.max_rss) if self.max_rss else '')
78+
str(self.max_rss) if self.max_rss else '-')
7979

8080

8181
class ResultComparison:

0 commit comments

Comments
 (0)