Code Monkey home page Code Monkey logo

Comments (3)

freeekanayaka avatar freeekanayaka commented on July 22, 2024

One thing that would be nice to have is some form of continuous benchmarking, so we can track changes in performance over time and have some feedback about improvements or deterioration.

There are helpers like:

https://github.com/marketplace/actions/continuous-benchmark

that could be useful to that extent.

from raft.

MathieuBordere avatar MathieuBordere commented on July 22, 2024

We have this https://github.com/canonical/go-dqlite/actions/workflows/daily-benchmark.yml , which is a bit rudimentary and we don't assert results as the results can vary pretty wildly from run to run. We think this is because we don't control the runner on which the tests run and don't know what else is running on the physical system while we use it. Ideally we want to run benchmarks on the same physical machine every day, so that we get comparable results. Cole and me have some dedicated hardware to do that, but we still need to set the benchmarking up.

Will check out the link, thanks.

from raft.

freeekanayaka avatar freeekanayaka commented on July 22, 2024

We have this https://github.com/canonical/go-dqlite/actions/workflows/daily-benchmark.yml , which is a bit rudimentary

Ah I didn't know about that. Seems a good starting point.

and we don't assert results as the results can vary pretty wildly from run to run.

Right, using Github Actions to run the benchmarks is of course sub-optimal, but given enough runs it should give an idea of the trend (improvement or regression). It couldn't reliably be used for assertions.

We think this is because we don't control the runner on which the tests run and don't know what else is running on the physical system while we use it.

Most probably that's the reason.

Ideally we want to run benchmarks on the same physical machine every day, so that we get comparable results. Cole and me have some dedicated hardware to do that, but we still need to set the benchmarking up.

That'd be better than using Github Actions runners indeed. I believe it's possible to tell Github Actions to use an external runner.

Will check out the link, thanks.

I didn't look at it in detail, but I'd expect that it should be possible to combine it with the benchmark code that we already run in the go-dqlite workflow you linked and get graphs out of it.

from raft.

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.