Skip to content

Commit

Permalink
Update docs/source/howto/include/scripts/performance_benchmark_base.py
Browse files Browse the repository at this point in the history
Co-authored-by: Sebastiaan Huber <mail@sphuber.net>
  • Loading branch information
ltalirz and sphuber committed Dec 23, 2022
1 parent 6d05bec commit 2d37e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@click.command()
@options.CODE(required=False, help='A code that can run the ``ArithmeticAddCalculation``, for example bash.')
@click.option('-n', 'number', type=int, default=10, show_default=True, help='The number of processes to submit.')
@click.option('-n', 'number', type=int, default=10, show_default=True, help='The number of processes to launch.')
@click.option('--daemon/--without-daemon', default=False, is_flag=True, help='Submit to daemon or run synchronously.')
@decorators.with_dbenv()
def main(code, number, daemon):
Expand Down

0 comments on commit 2d37e78

Please sign in to comment.