diff --git a/scm-perf/poulpe-scheduler-bin/auto-cases b/scm-perf/poulpe-scheduler-bin/auto-cases index 619b44b283eb7ffe3f0c3eab9b734ac0c2d3cbbe_c2NtLXBlcmYvcG91bHBlLXNjaGVkdWxlci1iaW4vYXV0by1jYXNlcw==..397eace29576440b2b04b67a2601a0f202eac26d_c2NtLXBlcmYvcG91bHBlLXNjaGVkdWxlci1iaW4vYXV0by1jYXNlcw== 100755 --- a/scm-perf/poulpe-scheduler-bin/auto-cases +++ b/scm-perf/poulpe-scheduler-bin/auto-cases @@ -132,7 +132,7 @@ return all_benchmarks -def main(base_dir=".", size="100"): +def main(base_dir=".", size="10"): size = int(size) base_dir = Path(base_dir).resolve() for case in _main(base_dir, size): @@ -140,7 +140,7 @@ return 0 -def _main(base_dir, size=100): +def _main(base_dir, size=10): python_version = random.choice(TARGET_PYTHON_VERSIONS) mercurial_intervals = PY_VERSION_COMPATIBILITY.get(python_version, "all()")