kaxil commented on a change in pull request #9062:
URL: https://github.com/apache/airflow/pull/9062#discussion_r432450661



##########
File path: scripts/perf/scheduler_dag_execution_timing.py
##########
@@ -175,8 +180,13 @@ def create_dag_runs(dag, num_runs, session):
 
         Warning: this makes the scheduler do (slightly) less work so may skew 
your numbers. Use sparingly!
         ''')
[email protected]('--executor-class', default='MockExecutor',
+              help=textwrap.dedent('''
+          Dotted path Executor class to test, for example
+          'ariflow.executors.local_executor.LocalExecutor'. Defaults to 
MockExcutor which doesn't run tasks.

Review comment:
       ```suggestion
             'airflow.executors.local_executor.LocalExecutor'. Defaults to 
MockExcutor which doesn't run tasks.
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to