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

Is support to Locust (python load testing library) made available yet ? following up from this old article: https://dev.solita.fi/2021/04/23/performance-testing-with-locust.html

Attempt to bring #23 again. This can be used to run without cache (running benchmark in base branch first and then running in PR branch). I tried to address feedbacks...

Fixes https://github.com/benchmark-action/github-action-benchmark/issues/122 Results are now accordingly normalized to miliseconds before calculating their ratio, for alerts and threshold to work on results which use different units.

Handles the units provided alongside the deviation measured by Catch2 by converting the range provided by the mean. These have been ignored so far and this makes the saved range...

We are using this tool to report our Dotnet Benchmarks but the default "nano second" unit is not very intuitive. Also we want to add custom columns which can report...

bug

Hey `github-action-benchmark` team, Thank you for creating and maintaining this GitHub Action! A couple of years ago, I needed to track performance in CI. Unfortunately, I was not able to...

Just like the comment on alert feature, it would be nice if the action could open a new issue on alert and/or with the results. This way, the action does...

enhancement

[Deno](https://deno.com/) comes with a built in benchmarking tool which has a [format like this](https://docs.deno.com/runtime/manual/tools/benchmarker#json-output) Just checking if a PR to include Deno in the supported platforms of this project would...

enhancement
new tool

# Scenario We have a pre-commit hook that enforces commit messages are in a particular format. For example, it might enforce [Semantic Commits](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716), or [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.2/). These hooks may be...

enhancement

We are trying to have the Summary table always appear - even after an `alert-threshold` is exceeded. We use this action to perform benchmarks on several `os` and `device` types...