aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-11-26 15:23:06 +0100
committerJ08nY2021-11-26 15:23:52 +0100
commit69f6a0bd10d76d72da799bb22132e8555bc13dd3 (patch)
tree3f76fdc84af73af571697519e9b2de260f417a27 /Makefile
parent5d23cffb864a1d0aa3502e45a58dfcd606035b5a (diff)
downloadpyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.tar.gz
pyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.tar.zst
pyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.zip
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index b4a5967..26954d0 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,9 @@ perf: ${PERF_SCRIPTS}
mkdir -p .perf
echo $^ | env DIR=".perf" xargs -n 1 python
+perf-plots:
+ python test/plots/plot_perf.py -d .perf
+
doc-coverage:
interrogate -vv -nmps -e pyecsca/ec/std/.github/ -f 55 pyecsca
@@ -65,6 +68,7 @@ help:
@echo " - black: Run black on pyecsca sources (will transform them inplace)."
@echo " - black-all: Run black on pyecsca sources and tests (will transform them inplace)."
@echo " - perf: Run performance measurements (prints results and stores them in .perf/)."
+ @echo " - perf-plots: Plot performance measurements (stores the plots in .perf/)."
@echo " - doc-coverage: Use interrogate to check documentation coverage of public API."
@echo " - docs: Build docs using sphinx."
@echo " - help: Show this help."