github-action-benchmark icon indicating copy to clipboard operation
github-action-benchmark copied to clipboard

GitHub Action for continuous benchmarking to keep performance

Results 105 github-action-benchmark issues
Sort by recently updated
recently updated
newest added

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies

I was trying to setup a Github action that runs when I open a PR and add a comment with the content `/benchmark`. Here's my workflow file: ```yaml name: Benchmark...

Hey there - just an idea suggestion here 💡 As the years drag on, our benchmark data is getting large. It would be nice to have some command line tools...

In addition to Google benchmark, it would be nice to add support for nanobench for the C++ use case.

https://github.com/google/mtail/actions/runs/8951254978?pr=858 The table includes lines like BenchmarkStore/Add 818.6 ns/op 821.1 ns/op 1.00 BenchmarkStore/Add-1 778.3 ns/op 780.2 ns/op 1.00 BenchmarkStore/Add-1 779.9 ns/op 780.2 ns/op 1.00 which is confusng because these are...