Skip to content

Latest commit

 

History

History

bench

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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