metriq-app
metriq-app copied to clipboard
Run workloads with github actions
Some workloads could be run on the website through continuous integration (CI), for example with Github actions, e.g. for simulators.
One project that does that is https://github.com/yardstiq/quantum-benchmarks.
This may be an issue for discussion of a development that is definitely not a priority but that would definitely take some time to scope out and implement, so it can be good to use this also if the target in a not-so-close future.
CI implies pull requests against the metriq-app
source code. If there's no modification to the code, only entries in the database, I'm not yet sure how this would work for us, exactly.
However, I like the general idea. And, Qrack compiles for Web Assembly! So, it doesn't offer much in terms of variable choice of simulator, but we could run Qrack-based benchmarks in member browsers... 😈
@nathanshammah See https://qrack.net, by the way. Over the weekend, I polished a build of Qrack that should be totally suitable for browser-based benchmarks and that works with React.js. I'm happy to include it in Metriq, if and when demanded. 🙂