Qiskit / red-queen

Quantum software benchmarking tool
Apache License 2.0
18 stars 15 forks source link

Add sort option to results table #34

Open mtreinish opened 2 years ago

mtreinish commented 2 years ago

Right now the table output order is dictated by the order in the input json results file. This can make it hard to read as this is basically a function of execution order for the benchmarks. To make it easier to work with the data it'd be nice to have a sort argument where we could specify a column and have the tables sorted by that column.