summaryrefslogtreecommitdiffstats
path: root/commands/benchmark.go
diff options
context:
space:
mode:
Diffstat (limited to 'commands/benchmark.go')
-rw-r--r--commands/benchmark.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commands/benchmark.go b/commands/benchmark.go
index f2b7964c0..c90f64516 100644
--- a/commands/benchmark.go
+++ b/commands/benchmark.go
@@ -34,6 +34,7 @@ creating a benchmark.`,
func init() {
initHugoBuilderFlags(benchmarkCmd)
+ initBenchmarkBuildingFlags(benchmarkCmd)
benchmarkCmd.Flags().StringVar(&cpuProfilefile, "cpuprofile", "", "path/filename for the CPU profile file")
benchmarkCmd.Flags().StringVar(&memProfilefile, "memprofile", "", "path/filename for the memory profile file")