summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-07-22 17:54:49 -0400
committerDan Davison <dandavison7@gmail.com>2020-07-22 17:54:49 -0400
commit8233a753114b3a8ef853931b5d57029b42b897ed (patch)
treeb08b9be13b541ccf2869aacbf2b20f228fb2a33d /Makefile
parent0a4e7fb6b150e1b1484084448132a7d56ad70fae (diff)
Ignore gitconfig when benchmarking
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fef74676..6167c79b 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ BENCHMARK_INPUT_FILE = /tmp/delta-benchmark-input.gitdiff
BENCHMARK_COMMAND = git log -p 23c292d3f25c67082a2ba315a187268be1a9b0ab
benchmark: build
$(BENCHMARK_COMMAND) > $(BENCHMARK_INPUT_FILE)
- hyperfine 'target/release/delta < $(BENCHMARK_INPUT_FILE) > /dev/null'
+ hyperfine 'target/release/delta --no-gitconfig < $(BENCHMARK_INPUT_FILE) > /dev/null'
# https://github.com/brendangregg/FlameGraph
flamegraph: build