Coder Social home page Coder Social logo

Comments (2)

jakelishman avatar jakelishman commented on August 16, 2024 1

I'm not sure I actually see the repo move affecting any of those three points, but I do agree that it makes logical sense for the benchmarks to be in Terra's repo. An argument against that originally was that the benchmarks were for testing cross-repo performance, so they weren't localised to Terra, but now with the exception of a small dependency on qiskit-experiments (iirc, it's just for generating a couple of circuits and isn't involved in the benchmark), it's all Terra.

A benchmark suite run takes ~3 hours; it's not something we can ever run against PRs (so no CI failures from it, etc). Admittedly that'll fall drastically once we cut the massive waste of time that's the qiskit.assemble benchmarks, but even then it'll still be ~45 minutes. Almost all of the infrastructure is necessarily separate, too; asv is configured through its own asv.conf.json file, and the machine that actually runs the benchmarks is set up completely separately on the IBM cloud; multi-use public CI VMs aren't suitable for use in benchmarking because we can't control the loading of them.

from qiskit-metapackage.

Eric-Arellano avatar Eric-Arellano commented on August 16, 2024

I'd bias towards the benchmarks living in Qiskit/qiskit-terra. You get monorepo benefits. Here, in particular:

  1. More likely people will pay attention to the benchmarks. Multiple people are using Terra every day, so we will notice e.g. when CI fails
  2. We have the option to have benchmarks run against the latest HEAD / PR. Meaning, we can see how a PR impacts performance, which gives us more granularity. (This is an option, not required; we can also choose to only run benchmarks on other events, like Git tags).
  3. Less infrastructure, like duplicating Tox files etc.

from qiskit-metapackage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.