Skip to content

Commit 1d1a911

Browse files
committed
Add README
1 parent 8c79c6f commit 1d1a911

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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)

0 commit comments

Comments
 (0)