Commit 1c9cba3
Migrate benchmark workflow from BenchmarkCI to AirspeedVelocity (#48)
Replaces the manual BenchmarkCI workflow (50+ lines) with the modern
AirspeedVelocity action (3 lines).
Changes:
- Replaced benchmark.yml with AirspeedVelocity action
- Deleted benchmark-comment.yml (no longer needed)
Benefits:
- Much simpler and easier to maintain
- Consistent with other repos in the organization
- Automatic PR comments with benchmark results
- Better integration with GitHub Actions
The AirspeedVelocity action handles all the complexity internally:
- Running benchmarks on base and PR branches
- Comparing results and generating reports
- Posting formatted comments to PRs
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-authored-by: Stefan Krastanov <stefan@krastanov.org>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent fbf7581 commit 1c9cba3
2 files changed
+15
-114
lines changedThis file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | | - | |
6 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
7 | 14 | | |
8 | 15 | | |
9 | | - | |
| 16 | + | |
10 | 17 | | |
11 | | - | |
12 | 18 | | |
13 | | - | |
14 | | - | |
15 | | - | |
| 19 | + | |
16 | 20 | | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
| 21 | + | |
| 22 | + | |
0 commit comments