dwavesystems / demos

WARNING: This repo is obsolete. For D-Wave Ocean code examples, go to the `dwave-examples` GitHub account.
https://github.com/dwave-examples
Apache License 2.0
39 stars 37 forks source link

Add QPU runtime on each demo #48

Open m3ller opened 5 years ago

m3ller commented 5 years ago

Application It would be nice to have the expected QPU runtime of each demo in the README. In that way, users can make an informed decision on how running the demo will affect their remaining QPU time.

This runtime should be updated every time code is merged to demos master. (Ideally, only the affected demo would get updated).

Proposed Solution A tool that can grab the execution time of a demo and write it onto the corresponding README. Tool is triggered when a merge to master occurs.

m3ller commented 5 years ago

Will likely use the tool created by dwavesystems/dwave-cloud-client#311