summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2019-07-16 22:49:50 -0400
committerDan Davison <dandavison7@gmail.com>2019-07-17 01:17:27 -0400
commit6b033a3b0a7fa859354ff2c21e1fb4e5fe4a1cc2 (patch)
tree5b8fbe01b5360b8c9281203785a6cda4a43ad856 /Makefile
parent23c292d3f25c67082a2ba315a187268be1a9b0ab (diff)
Benchmark with hyperfine on commit history
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0668eeae..52efd618 100644
--- a/Makefile
+++ b/Makefile
@@ -10,3 +10,8 @@ test:
--file-style plain \
--hunk-style plain \
| ansifilter | cut -c 2-)"
+
+hyperfine:
+ ./scripts/build-commits.sh master
+ git log -p 23c292d3f25c67082a2ba315a187268be1a9b0ab > /tmp/input.gitdiff
+ ./scripts/hyperfine-commits.py /tmp/input.gitdiff /tmp/hyperfine.json /tmp/delta