aboutsummaryrefslogtreecommitdiff
path: root/test/sca/perf_combine.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/sca/perf_combine.py')
-rw-r--r--test/sca/perf_combine.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sca/perf_combine.py b/test/sca/perf_combine.py
index b76acb1..bd5db59 100644
--- a/test/sca/perf_combine.py
+++ b/test/sca/perf_combine.py
@@ -16,7 +16,7 @@ from pyecsca.sca import (
@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("-o", "--operations", type=click.INT, default=100)
@click.option(
"-d",