Skip to content
This repository has been archived by the owner on Aug 14, 2024. It is now read-only.

Add options for user specifiable parameter values #44

Open
mtreinish opened this issue Oct 24, 2022 · 1 comment
Open

Add options for user specifiable parameter values #44

mtreinish opened this issue Oct 24, 2022 · 1 comment
Assignees

Comments

@mtreinish
Copy link
Member

One common thing we have in some benchmarks is sweeping on a parameter, like number of qubits. It would be great if there was a way a user could specify as a runtime flag values (or a sweep either linear or log) to use as a value for these parameters. Something like:

pytest games/applications/test_bv.py -m qiskit --param num_qubits=linear:10:100:50

would run that benchmark with a linear sweep from 10 to 100 with 50 elements on the num_qubits parameter (obviously the syntax is just an example, and doesn't necessarily have to be like that). This would make it a lot easier to quickly benchmark things over a wide range and also do arbitrary scale testing with red queen.

@shraddha-aangiras
Copy link

As a part of QAMP Fall '22 I'd like to work on this issue @mtreinish

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants