Skip to content

Commit 9a2ceb7

Browse files
committed
fix duplicated benchmark name problem
1 parent 689537a commit 9a2ceb7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
next
6363
}
6464
{ print }
65-
' duplicate_benchmarks.txt output.txt > output.txt
65+
' duplicate_benchmarks.txt output.txt > output_prefixed.txt
66+
mv output_prefixed.txt output.txt
6667
### end
6768

6869
# NOTE: Benchmarks could change with different CPU types

0 commit comments

Comments
 (0)