mirror of https://github.com/gofiber/fiber.git
fix duplicated benchmark name problem
parent
689537a0d2
commit
9a2ceb7220
|
@ -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…
Reference in New Issue