summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2020-08-05 16:34:22 -0400
committerDan Davison <dandavison7@gmail.com>2020-08-05 16:37:09 -0400
commitcfd6ed0e077f3667b036902516a0348b1c596441 (patch)
tree678a5bf6ad901fc269a4315dfb7267c8339489a6 /Makefile
parent2da099e53d5c0a7597757bca5b53bbef5d449e8b (diff)
Reorganize
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6167c79b..e5821e32 100644
--- a/Makefile
+++ b/Makefile
@@ -37,9 +37,9 @@ benchmark: build
# https://github.com/brendangregg/FlameGraph
flamegraph: build
$(BENCHMARK_COMMAND) | target/release/delta > /dev/null &
- sample delta | stackcollapse-sample | flamegraph > performance/flamegraph.svg
+ sample delta | stackcollapse-sample | flamegraph > etc/performance/flamegraph.svg
chronologer:
- chronologer performance/chronologer.yaml
+ chronologer etc/performance/chronologer.yaml
.PHONY: build format lint test unit-test end-to-end-test release version hash benchmark chronologer