From 8ae2cae120d25afef4df64cdaa2082b8b1fc60b8 Mon Sep 17 00:00:00 2001 From: Vu Minh Thang Date: Tue, 10 Mar 2020 14:26:32 +0900 Subject: [PATCH] Update bench_test url --- README.md | 2 +- README.tmpl.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efc9a565..ae2aedb7 100644 --- a/README.md +++ b/README.md @@ -341,7 +341,7 @@ GolangCI-Lint was created to fix the following issues with `gometalinter`: Benchmarks were executed on MacBook Pro (Retina, 13-inch, Late 2013), 2,4 GHz Intel Core i5, 8 GB 1600 MHz DDR3. It has 4 cores and concurrent linting as a default consuming all cores. Benchmark was run (and measured) automatically, see the code -[here](https://github.com/golangci/golangci-lint/blob/master/test/bench_test.go) (`BenchmarkWithGometalinter`). +[here](https://github.com/golangci/golangci-lint/blob/master/test/bench/bench_test.go) (`BenchmarkWithGometalinter`). We measure peak memory usage (RSS) by tracking of processes RSS every 5 ms. diff --git a/README.tmpl.md b/README.tmpl.md index caf8f796..1e2cfa1e 100644 --- a/README.tmpl.md +++ b/README.tmpl.md @@ -300,7 +300,7 @@ GolangCI-Lint was created to fix the following issues with `gometalinter`: Benchmarks were executed on MacBook Pro (Retina, 13-inch, Late 2013), 2,4 GHz Intel Core i5, 8 GB 1600 MHz DDR3. It has 4 cores and concurrent linting as a default consuming all cores. Benchmark was run (and measured) automatically, see the code -[here](https://github.com/golangci/golangci-lint/blob/master/test/bench_test.go) (`BenchmarkWithGometalinter`). +[here](https://github.com/golangci/golangci-lint/blob/master/test/bench/bench_test.go) (`BenchmarkWithGometalinter`). We measure peak memory usage (RSS) by tracking of processes RSS every 5 ms.