Skip to content
Snippets Groups Projects
Commit d835aa39 authored by Craig Tiller's avatar Craig Tiller
Browse files

Cleanup output: omit unnecessary columns

parent dc3806c6
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ really_interesting = set()
for name, bm in benchmarks.items():
print name
really_interesting.update(bm.process())
fields = [f for f in args.track if f in args.track]
fields = [f for f in args.track if f in really_interesting]
headers = ['Benchmark'] + fields
rows = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment