metriq-app icon indicating copy to clipboard operation
metriq-app copied to clipboard

Run workloads with github actions

Open nathanshammah opened this issue 3 years ago • 2 comments

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.

nathanshammah avatar Nov 11 '21 23:11 nathanshammah

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... 😈

WrathfulSpatula avatar Nov 12 '21 21:11 WrathfulSpatula

@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. 🙂

WrathfulSpatula avatar Nov 15 '21 14:11 WrathfulSpatula