Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 373 Bytes

readme.md

File metadata and controls

15 lines (10 loc) · 373 Bytes

Benchmarks

The script use Hyperfine to benchmark the command line of golangci-lint.

Benchmark one linter: with a local version

make bench_local LINTER=gosec VERSION=v1.59.0

Benchmark one linter: between 2 existing versions

make bench_version LINTER=gosec VERSION_OLD=v1.58.1 VERSION_NEW=v1.59.0