diff options
| author | J08nY | 2025-06-19 16:07:15 +0200 |
|---|---|---|
| committer | J08nY | 2025-06-19 16:07:15 +0200 |
| commit | e3536a3aeaf67274b00c37f0331254a356ce43d7 (patch) | |
| tree | c541e5b9e71ed689e91e08330e3cdd563aba987c /test/sca | |
| parent | 191de0d88f68a91b9658adacd20d0e0c01b9c9b8 (diff) | |
| download | pyecsca-e3536a3aeaf67274b00c37f0331254a356ce43d7.tar.gz pyecsca-e3536a3aeaf67274b00c37f0331254a356ce43d7.tar.zst pyecsca-e3536a3aeaf67274b00c37f0331254a356ce43d7.zip | |
Diffstat (limited to 'test/sca')
| -rw-r--r-- | test/sca/perf_rpa.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/perf_rpa.py b/test/sca/perf_rpa.py index 17ffaa2..941e3dc 100644 --- a/test/sca/perf_rpa.py +++ b/test/sca/perf_rpa.py @@ -25,7 +25,7 @@ from test.utils import Profiler default="flint" if has_flint else "gmp" if has_gmp else "python", envvar="MOD", ) -@click.option("-o", "--operations", type=click.INT, default=1) +@click.option("-o", "--operations", type=click.INT, default=100) @click.option( "-d", "--directory", |
