Qiskit / red-queen

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

Create a Command Line Application to Make Benchmarking Easier to Use #15

Open Lementknight opened 2 years ago

Lementknight commented 2 years ago

I want to create a command line application for Red Queen that would make it easier for people to perform benchmarks. At the moment, to use this benchmark it requires knowledge on Pytest.

Instead of a user having to type up: $ pytest games/mapping/map_queko.py -m tweedledum --store

I believe that it would better if we could instead type out this $ red-queen map_queko tweedledum $ red-queen [file_name] [benchmark]

I believe that down the line we could also use this proposed CLI to create graphs and better visuals for the end user. Ultimately, by reducing the complexity needed to use this benchmarking suite. I hope to make Red Queen more user friendly and more robust.