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/ec | |
| parent | b61e1f7b4f3adb99983e2ed689c466e743c53abd (diff) | |
| download | pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.gz pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.zst pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.zip | |
Diffstat (limited to 'test/ec')
| -rwxr-xr-x | test/ec/perf_formula.py | 2 | ||||
| -rwxr-xr-x | test/ec/perf_mod.py | 2 | ||||
| -rwxr-xr-x | test/ec/perf_mult.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/test/ec/perf_formula.py b/test/ec/perf_formula.py index 7b845c9..60b2b7d 100755 --- a/test/ec/perf_formula.py +++ b/test/ec/perf_formula.py @@ -8,7 +8,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", diff --git a/test/ec/perf_mod.py b/test/ec/perf_mod.py index 793e431..925360e 100755 --- a/test/ec/perf_mod.py +++ b/test/ec/perf_mod.py @@ -7,7 +7,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", diff --git a/test/ec/perf_mult.py b/test/ec/perf_mult.py index e1ab60b..50a7191 100755 --- a/test/ec/perf_mult.py +++ b/test/ec/perf_mult.py @@ -13,7 +13,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", |
