Skip to content

Commit 817a707

Browse files
committed
fix benchmark name for bench.yml
Signed-off-by: Connor Tsui <[email protected]>
1 parent c7b0ef9 commit 817a707

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)