aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/sca
diff options
context:
space:
mode:
authorJ08nY2024-07-15 14:31:44 +0200
committerJ08nY2024-07-15 14:31:44 +0200
commit1f86c6c0258a45123d740fc42c9cebc8ee4966a0 (patch)
tree09455e978e119148e146792ab621f929c29fa076 /test/sca
parentb61e1f7b4f3adb99983e2ed689c466e743c53abd (diff)
downloadpyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.gz
pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.zst
pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.zip
Add raw profiler.
Diffstat (limited to 'test/sca')
-rw-r--r--test/sca/perf_combine.py2
-rw-r--r--test/sca/perf_zvp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/sca/perf_combine.py b/test/sca/perf_combine.py
index b76acb1..bd5db59 100644
--- a/test/sca/perf_combine.py
+++ b/test/sca/perf_combine.py
@@ -16,7 +16,7 @@ from pyecsca.sca import (
@click.command()
-@click.option("-p", "--profiler", type=click.Choice(("py", "c")), default="py")
+@click.option("-p", "--profiler", type=click.Choice(("py", "c", "raw")), default="py")
@click.option("-o", "--operations", type=click.INT, default=100)
@click.option(
"-d",
diff --git a/test/sca/perf_zvp.py b/test/sca/perf_zvp.py
index ba63aae..2175d49 100644
--- a/test/sca/perf_zvp.py
+++ b/test/sca/perf_zvp.py
@@ -10,7 +10,7 @@ from test.utils import Profiler
@click.command()
-@click.option("-p", "--profiler", type=click.Choice(("py", "c")), default="py")
+@click.option("-p", "--profiler", type=click.Choice(("py", "c", "raw")), default="py")
@click.option(
"-m",
"--mod",