diff options
| author | J08nY | 2024-07-15 14:31:44 +0200 |
|---|---|---|
| committer | J08nY | 2024-07-15 14:31:44 +0200 |
| commit | 1f86c6c0258a45123d740fc42c9cebc8ee4966a0 (patch) | |
| tree | 09455e978e119148e146792ab621f929c29fa076 /test/sca | |
| parent | b61e1f7b4f3adb99983e2ed689c466e743c53abd (diff) | |
| download | pyecsca-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.py | 2 | ||||
| -rw-r--r-- | test/sca/perf_zvp.py | 2 |
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", |
