Skip to content

Commit

Permalink
🛠 Minor adjustment to benchmark tool
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhD committed Jan 27, 2022
1 parent bc680ac commit 6173bb3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion benchmarks/tools/generate_graphs/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ def draw_graph(benchmark: visualize.benchmark):
('#f5f5f5', '..'),
('#1f78b4', '||'),
('#b2df8a', '**'),
('#cc33cc', '--')
('#cc33cc', '--'),
('#eeeeee', None)
]
#yapf: enable

Expand Down

0 comments on commit 6173bb3

Please sign in to comment.