Skip to content

Commit 5d50f72

Browse files
authored
Fix: benchmark name for bench.yml (#5828)
Ok this will actually fix it after #5823 Signed-off-by: Connor Tsui <[email protected]>
1 parent 052025a commit 5d50f72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ jobs:
4343
strategy:
4444
matrix:
4545
benchmark:
46-
- id: random_access
46+
- id: random-access-bench
4747
name: Random Access
48-
- id: compress
48+
- id: compress-bench
4949
name: Compression
5050
steps:
5151
- uses: runs-on/action@v2

0 commit comments

Comments
 (0)