Keep same whitespace as previous version
This commit is contained in:
parent
e83d01855c
commit
ed548aa659
@ -171,7 +171,7 @@ def run_benchmark(benchmark, languages):
|
||||
|
||||
|
||||
def graph_results(benchmark_result):
|
||||
print('\n')
|
||||
print()
|
||||
|
||||
INCREMENT = {
|
||||
'-': 'o',
|
||||
@ -193,7 +193,7 @@ def graph_results(benchmark_result):
|
||||
index = int(get_score(time) / highest * 67)
|
||||
line[index] = INCREMENT[line[index]]
|
||||
print("{0:30s}{1}".format(result["desc"], "".join(line)))
|
||||
print('\n')
|
||||
print()
|
||||
|
||||
|
||||
def read_baseline():
|
||||
|
||||
Loading…
Reference in New Issue
Block a user