You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 14, 2024. It is now read-only.
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.