[cu2qu/qu2cu] Don't show benchmark module in --help

This commit is contained in:
Behdad Esfahbod 2024-04-30 13:14:07 -06:00
parent a25e584955
commit 70b5456387
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ def run_benchmark(module, function, setup_suffix="", repeat=5, number=1000):
def main():
"""Benchmark the cu2qu algorithm performance."""
run_benchmark("cu2qu", "curve_to_quadratic")
run_benchmark("cu2qu", "curves_to_quadratic")

View File

@ -48,7 +48,6 @@ def run_benchmark(module, function, setup_suffix="", repeat=25, number=1):
def main():
"""Benchmark the qu2cu algorithm performance."""
run_benchmark("qu2cu", "quadratic_to_curves")