diff options
| author | J08nY | 2021-11-26 15:23:06 +0100 |
|---|---|---|
| committer | J08nY | 2021-11-26 15:23:52 +0100 |
| commit | 69f6a0bd10d76d72da799bb22132e8555bc13dd3 (patch) | |
| tree | 3f76fdc84af73af571697519e9b2de260f417a27 /Makefile | |
| parent | 5d23cffb864a1d0aa3502e45a58dfcd606035b5a (diff) | |
| download | pyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.tar.gz pyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.tar.zst pyecsca-69f6a0bd10d76d72da799bb22132e8555bc13dd3.zip | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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." |
