Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • benchmark/plot.py

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