File tree 1 file changed +11
-0
lines changed
1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Bencher Examples
2
+
3
+ [ Bencher] ( https://bencher.dev ) is a suite of [ continuous benchmarking] ( https://bencher.dev/docs/explanation/continuous-benchmarking/ ) tools.
4
+ The ` .github ` directory contains example workflows from [ how to use Bencher in GitHub Actions] ( https://bencher.dev/docs/how-to/github-actions/ ) .
5
+
6
+ - [ Benchmark pushes to ` main ` branch] ( .github/workflows/benchmarks.yml )
7
+ - [ Benchmark pull requests from branches] ( .github/workflows/pr_benchmarks.yml )
8
+ - [ Benchmark fork pull requests with Required Reviewers] ( .github/workflows/pr_target_benchmarks.yml )
9
+ - Benchmark fork pull requests and upload from default branch
10
+ - [ Run benchmarks and cache] ( .github/workflows/pr_and_cache_benchmarks.yml )
11
+ - [ Track benchmarks] ( .github/workflows/pr_track_benchmarks.yml )
You can’t perform that action at this time.
0 commit comments