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/perf_mult.py | |
| parent | b61e1f7b4f3adb99983e2ed689c466e743c53abd (diff) | |
| download | pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.gz pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.tar.zst pyecsca-1f86c6c0258a45123d740fc42c9cebc8ee4966a0.zip | |
Diffstat (limited to 'test/ec/perf_mult.py')
| -rwxr-xr-x | test/ec/perf_mult.py | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
