We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adda63 commit 9e11feaCopy full SHA for 9e11fea
.github/workflows/codspeed.yml
@@ -1,4 +1,4 @@
1
-name: benchmarks
+name: CodSpeed
2
on:
3
push:
4
branches: [master]
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
benchmarks:
11
+ name: Run benchmarks
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
README.md
@@ -88,7 +88,7 @@ You can use the [CodSpeedHQ/action](https://github.com/CodSpeedHQ/action) to run
88
Example workflow:
89
90
```yaml
91
92
93
94
@@ -98,6 +98,7 @@ on:
98
99
100
101
102
103
104
0 commit comments