aboutsummaryrefslogtreecommitdiff
path: root/test/ec/perf_mod.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/ec/perf_mod.py')
-rwxr-xr-xtest/ec/perf_mod.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ec/perf_mod.py b/test/ec/perf_mod.py
index 6a83314..f77c6bb 100755
--- a/test/ec/perf_mod.py
+++ b/test/ec/perf_mod.py
@@ -11,7 +11,7 @@ from test.utils import Profiler
@click.option(
"-m",
"--mod",
- type=click.Choice(("python", "gmp")),
+ type=click.Choice(("python", "gmp", "flint")),
default="gmp" if has_gmp else "python",
)
@click.option("-o", "--operations", type=click.INT, default=100000)