|
23 | 23 | - [dandavison/chronologer](https://github.com/dandavison/chronologer) - Visualize performance benchmarks over git commit history |
24 | 24 | - [dapplion/benchmark](https://github.com/dapplion/benchmark) - JS/TS benchmarking solution to track performance regressions in CI |
25 | 25 | - [distributed-system-analysis/pbench](https://github.com/distributed-system-analysis/pbench) - A benchmarking and performance analysis framework |
| 26 | + - [Go perf](https://pkg.go.dev/golang.org/x/perf) - Go benchmark analysis tools |
26 | 27 | - [icebob/bench-bot](https://github.com/icebob/bench-bot) - Benchmark runner robot. Continuous benchmarking for benchmarkify the benchmark framework for NodeJS |
27 | 28 | - [jsperf/jsperf.com](https://github.com/jsperf/jsperf.com) - jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks. |
28 | 29 | - [jumaffre/cimetrics](https://github.com/jumaffre/cimetrics) - Track your metrics in GitHub PR to avoid unwanted regressions |
29 | 30 | - [knqyf263/cob](https://github.com/knqyf263/cob) - Continuous Benchmark for Go Project |
| 31 | + - [martincostello/benchmarkdotnet-results-publisher](https://github.com/martincostello/benchmarkdotnet-results-publisher) - BenchmarkDotNet Results Publisher |
30 | 32 | - [moditect/jfrunit](https://github.com/moditect/jfrunit) - A JUnit extension for asserting JDK Flight Recorder events |
31 | 33 | - [NimbleDroid](https://nimbledroid.com/) - Functional Performance Testing for Android & iOS |
32 | 34 | - [novadiscovery/benchgraph](https://github.com/novadiscovery/benchgraph) - A lightewight tool for visualizing your benchmarks history |
|
50 | 52 | - [WebPageTest](https://www.webpagetest.org) - Run a free website speed test from around the globe using real browsers at consumer connection speeds with detailed optimization recommendations |
51 | 53 | - ### Project Specific |
52 | 54 | - [apache/arrow-datafusion](https://github.com/apache/arrow-datafusion/pull/9461) - A `/benchmark` GitHub command to compare benchmark between base and PR commits |
| 55 | + - [aspnet/Benchmarks](https://github.com/aspnet/Benchmarks) - Benchmarks for ASP.NET Core ([dashboard](https://aka.ms/aspnet/benchmarks)) |
53 | 56 | - [BrowserBench](https://browserbench.org) - Speedometer is a browser benchmark that measures the responsiveness of web applications |
54 | 57 | - [corecheck/corecheck](https://github.com/corecheck/corecheck) - Test coverage and more for Bitcoin Core including continuous benchmarking |
55 | 58 | - [deno.land benchmarks](https://deno.land/benchmarks) - As part of Deno's continuous integration and testing pipeline we measure the performance of certain key metrics of the runtime. You can view these benchmarks here. |
|
60 | 63 | - [Google Chrome V8](https://github.com/v8/v8/tree/main/test/benchmarks/csuite) - CSuite: Local benchmarking for V8 performance analysis |
61 | 64 | - [lampepfl/bench-data](https://github.com/lampepfl/bench-data) - Continuous benchmarking data for [Dotty Benchmarks](https://dotty-bench.epfl.ch) |
62 | 65 | - [Lucene Nightly Benchmarks](https://people.apache.org/~mikemccand/lucenebench) - Each night, an automated Python tool checks out the Lucene/Solr trunk source code and runs multiple benchmarks |
| 66 | + - [martincostello/benchmarks](https://github.com/martincostello/benchmarks) - Repository for storing benchmark results ([dashboard](https://benchmarks.martincostello.com/)) |
63 | 67 | - [Myoldmopar/EnergyPlusBuildResults](https://github.com/Myoldmopar/EnergyPlusBuildResults) - Build, test, and performance results [dashboard for EnergyPlus](https://myoldmopar.github.io/EnergyPlusBuildResults/index.html) |
64 | 68 | - [OpenTelemetry Benchmarks](https://opentelemetry.io/docs/collector/benchmarks/) - The OpenTelemetry Collector runs load tests on every commit to [the `opentelemetry-collector-contrib` repository](https://github.com/open-telemetry/opentelemetry-collector-contrib) |
65 | 69 | - [parse-community/benchmark](https://github.com/parse-community/benchmark) - Parse Server Continuous Benchmark |
|
98 | 102 | - [Chrome: Addressing Performance Regressions](https://chromium.googlesource.com/chromium/src/+/master/docs/speed/addressing_performance_regressions.md) |
99 | 103 | - [Android Developers: Run benchmarks in Continuous Integration](https://developer.android.com/topic/performance/benchmarking/benchmarking-in-ci) |
100 | 104 | - [Flutter/Skia: Detecting Benchmark Regression](https://bitworking.org/news/2014/11/detecting-benchmark-regressions/) |
101 | | - - [Android Developers: Fighting regressions with Benchmarks in CI](https://medium.com/androiddevelopers/fighting-regressions-with-benchmarks-in-ci-6ea9a14b5c71) |
| 105 | + - [Android Developers: Fighting regressions with Benchmarks in CI](https://medium.com/androiddevelopers/fighting-regressions-with-benchmarks-in-ci-6ea9a14b5c71) ([video](https://www.youtube.com/watch?v=ynBPcFs6OOk)) |
102 | 106 | - ### Dropbox |
103 | 107 | - [Athena: Our automated build health management system](https://dropbox.tech/infrastructure/athena-our-automated-build-health-management-system) |
104 | 108 | - [Keeping sync fast with automated performance regression detection](https://dropbox.tech/infrastructure/keeping-sync-fast-with-automated-performance-regression-detectio) |
|
141 | 145 | - [Automating Speed: A Proven Approach to Preventing Performance Regressions in Kafka Streams](https://www.confluent.io/events/kafka-summit-london-2024/automating-speed-a-proven-approach-to-preventing-performance-regressions-in/) |
142 | 146 | - [Autonomously Finding Performance Regressions In The Linux Kernel](https://www.phoronix.com/review/linux_perf_regressions) |
143 | 147 | - [Benchmarking C++ Code at CppCon 2015](https://www.youtube.com/watch?v=zWxSZcpeS8Q) |
| 148 | + - [Benefits of a benchmarking step in your CI/CD pipeline](https://www.hexosys.com/blog/benefits-of-benchmarking-pipeline.html) |
144 | 149 | - [Building an Open Source, Continuous Benchmark System](https://wolfv.medium.com/building-an-open-source-continuous-benchmark-system-717839093962) |
145 | 150 | - [CI for performance: Reliable benchmarking in noisy environments](https://pythonspeed.com/articles/consistent-benchmarking-in-ci/) |
146 | 151 | - [Compare and optimize your code with Datadog Profile Comparison](https://www.datadoghq.com/blog/code-optimization-datadog-profile-comparison/) |
147 | 152 | - [Continuous Benchmarking for OCaml Projects](https://watch.ocaml.org/videos/watch/1c994370-1aaa-4db6-b901-d762786e4904) |
148 | 153 | - [Continuous benchmarking for rustls](https://ochagavia.nl/blog/continuous-benchmarking-for-rustls/) |
| 154 | + - [Continuous benchmarking with Go and GitHub Actions](https://dev.to/vearutop/continuous-benchmarking-with-go-and-github-actions-41ok) |
149 | 155 | - [Continuous Benchmarks on a Budget](https://blog.martincostello.com/continuous-benchmarks-on-a-budget/) |
150 | 156 | - [Continuous Performance Regression Testing for CI/CD](https://www.meshiq.com/continuous-performance-regression-testing-for-ci-cd/) |
151 | 157 | - [Created GitHub Action for continuous benchmarking](https://rhysd-hatenablog-com.translate.goog/entry/2019/11/11/131505?_x_tr_sl=ja&_x_tr_tl=en&_x_tr_hl=en&_x_tr_pto=wapp) |
|
162 | 168 | - [Performance engineering requires stable benchmarks](https://buttondown.com/nelhage/archive/f6e8eddc-b96c-4e66-a648-006f9ebb6678) |
163 | 169 | - [Performance in Continuous Integration](https://www.dynatrace.com/resources/ebooks/javabook/performance-in-continuous-integration/) |
164 | 170 | - [Performance Regression Testing](https://octoperf.com/blog/2020/11/16/performance-regression-testing) |
| 171 | + - [Performance Benchmarking as Part of your CI/CD Pipeline](https://www.meshiq.com/performance-benchmarking-as-part-of-your-ci-cd-pipeline/) |
165 | 172 | - [Performance testing in CI: Let's break the build!](https://www.speedcurve.com/blog/performance-testing-in-ci-lets-break-the-build/) |
166 | 173 | - [Performance Testing in the CI/CD Pipeline](https://www.subject-7.com/performance-testing-in-the-ci-cd-pipeline/) |
167 | 174 | - [Performance-Regression Pitfalls Every Project Should Avoid](https://www.eetimes.eu/performance-regression-pitfalls-every-project-should-avoid/) |
|
0 commit comments