aboutsummaryrefslogtreecommitdiffhomepage
path: root/Makefile
diff options
context:
space:
mode:
authorJ08nY2021-11-27 16:09:27 +0100
committerJ08nY2021-11-27 16:09:27 +0100
commit4c0dd490280c88a54ab7e493907dfb5e8b8eefbf (patch)
tree13529b50b9768bd9c82584fa5685f1f1e77db262 /Makefile
parent69f6a0bd10d76d72da799bb22132e8555bc13dd3 (diff)
downloadpyecsca-4c0dd490280c88a54ab7e493907dfb5e8b8eefbf.tar.gz
pyecsca-4c0dd490280c88a54ab7e493907dfb5e8b8eefbf.tar.zst
pyecsca-4c0dd490280c88a54ab7e493907dfb5e8b8eefbf.zip
Add profiling of sca.combine submodule.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 26954d0..1dcaa1f 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ sca.test_sampling sca.test_target sca.test_test sca.test_trace sca.test_traceset
TESTS = ${EC_TESTS} ${SCA_TESTS}
-PERF_SCRIPTS = test/ec/perf_mod.py test/ec/perf_formula.py test/ec/perf_mult.py
+PERF_SCRIPTS = test.ec.perf_mod test.ec.perf_formula test/ec/perf_mult.py
test:
nose2 -s test -E "not slow and not disabled" -C -v ${TESTS}
@@ -41,7 +41,7 @@ black-all:
perf: ${PERF_SCRIPTS}
mkdir -p .perf
- echo $^ | env DIR=".perf" xargs -n 1 python
+ echo $^ | env DIR=".perf" xargs -n 1 python -m
perf-plots:
python test/plots/plot_perf.py -d .perf