Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/plot.py

    rd1c47c2 r1f4fde5  
    4646        "Median Update Latency" : Field('us'    , 0, True),
    4747        "Tail Update Latency"   : Field('us'    , 0, True),
    48         "Update Ratio"          : Field('%'     , 0, False),
    4948}
    5049
     
    9392        print("Making Plots")
    9493
    95         for name, data in series.items():
     94        for name, data in sorted(series.items()):
    9695                _col = next(colors)
    9796                plt.scatter(data['x'], data['y'], color=_col, label=name, marker='x')
Note: See TracChangeset for help on using the changeset viewer.