mirror of
https://github.com/gofiber/fiber.git
synced 2025-04-28 14:07:56 +00:00
fix duplicated benchmark name problem
This commit is contained in:
parent
689537a0d2
commit
9a2ceb7220
3
.github/workflows/benchmark.yml
vendored
3
.github/workflows/benchmark.yml
vendored
@ -62,7 +62,8 @@ jobs:
|
|||||||
next
|
next
|
||||||
}
|
}
|
||||||
{ print }
|
{ print }
|
||||||
' duplicate_benchmarks.txt output.txt > output.txt
|
' duplicate_benchmarks.txt output.txt > output_prefixed.txt
|
||||||
|
mv output_prefixed.txt output.txt
|
||||||
### end
|
### end
|
||||||
|
|
||||||
# NOTE: Benchmarks could change with different CPU types
|
# NOTE: Benchmarks could change with different CPU types
|
||||||
|
Loading…
x
Reference in New Issue
Block a user