[cu2qu/qu2cu] Don't show benchmark module in --help
This commit is contained in:
parent
a25e584955
commit
70b5456387
@ -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")
|
||||
|
||||
|
@ -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")
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user