From a6cde628a04da67cb0f7f81732973421a3fe4d34 Mon Sep 17 00:00:00 2001 From: Damian Gryski Date: Sun, 4 Mar 2018 20:29:28 -0800 Subject: [PATCH] fix link syntax --- performance.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance.md b/performance.md index 49f1473..c87a0e0 100644 --- a/performance.md +++ b/performance.md @@ -117,7 +117,7 @@ negative change. Always make sure you undo your fix in these cases. The benchmarks you are using must be correct and provide reproducible numbers on representative workloads. If individual runs have too high a variance, it will make small improvements more difficult to spot. You will need to use -(https://golang.org/x/perf/benchstat](benchstat) or equivalent statistical tests and won't be able just eyeball it. +[benchstat](https://golang.org/x/perf/benchstat) or equivalent statistical tests and won't be able just eyeball it. (Note that using statistical tests is a good idea anyway.) The steps to run the benchmarks should be documented, and any custom scripts and tooling should be committed to the repository with instructions for how to run them.