summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index 8e6b43139..010c1ed2b 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -46,6 +46,6 @@ func bench(cmd *cobra.Command, args []string) {
defer pprof.StopCPUProfile()
for i := 0; i < benchmarkTimes; i++ {
- _, _ = buildSite()
+ _ = buildSite()
}
}