Changes in benchmark/plot.py [1f4fde5:d1c47c2]
- File:
-
- 1 edited
-
benchmark/plot.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
benchmark/plot.py
r1f4fde5 rd1c47c2 46 46 "Median Update Latency" : Field('us' , 0, True), 47 47 "Tail Update Latency" : Field('us' , 0, True), 48 "Update Ratio" : Field('%' , 0, False), 48 49 } 49 50 … … 92 93 print("Making Plots") 93 94 94 for name, data in s orted(series.items()):95 for name, data in series.items(): 95 96 _col = next(colors) 96 97 plt.scatter(data['x'], data['y'], color=_col, label=name, marker='x')
Note:
See TracChangeset
for help on using the changeset viewer.