1
0
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:
René 2024-12-01 15:30:45 +01:00
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