Skip to content

Commit

Permalink
Update benchmark header
Browse files Browse the repository at this point in the history
  • Loading branch information
uphoffc committed May 24, 2019
1 parent 2c488de commit 75767f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def __init__(self, name, frm, to):
Example('f_120_sumatra', [0.0, 0.0, -50000.0], [50000.0, 100000.0, 0.0])
]

print('example,npoints,tsetup,teval')
print('example,npars,npoints,tsetup,teval')

for example in examples:
print(example.name, end=',', flush=True)
Expand Down

0 comments on commit 75767f7

Please sign in to comment.