diff options
| -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", |
