Fix benchmarks
continuous-integration/drone/push Build is passing Details

main
Андрей Иванов 2024-09-13 14:04:01 +03:00
parent fd95e9ee13
commit f9f9205511
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ steps:
- name: benchmark
image: golang:1.22.7
commands:
- go test -benchtime=1000x -benchmem -bench=Benchmark ./... | grep allocs
- go test -benchtime=10x -benchmem -bench=Benchmark ./... | grep allocs