loulsb commented on PR #29116:
URL: https://github.com/apache/airflow/pull/29116#issuecomment-1402667103

   I don't know if there is a specific tool that you use for performance 
testing, I ran "time airflow cheat-sheet" a bunch of times without the change 
and with the change and I got this:
   
    Without the change:
   real    0m0.381s
   user    0m0.351s
   sys     0m0.030s
   
   real    0m0.367s
   user    0m0.307s
   sys     0m0.060s
   
   real    0m0.373s
   user    0m0.312s
   sys     0m0.061s
   
   real    0m0.369s
   user    0m0.329s
   sys     0m0.040s
   
   real    0m0.375s
   user    0m0.355s
   sys     0m0.020s
   
   real    0m0.372s
   user    0m0.342s
   sys     0m0.030s
   
   real    0m0.373s
   user    0m0.363s
   sys     0m0.010s
   
   real    0m0.372s
   user    0m0.372s
   sys     0m0.000s
   
   With the change:
   real    0m0.391s
   user    0m0.370s
   sys     0m0.020s
   
   real    0m0.391s
   user    0m0.341s
   sys     0m0.050s
   
   real    0m0.391s
   user    0m0.351s
   sys     0m0.040s
   
   real    0m0.392s
   user    0m0.362s
   sys     0m0.030s
   
   real    0m0.389s
   user    0m0.369s
   sys     0m0.020s
   
   real    0m0.394s
   user    0m0.383s
   sys     0m0.010s
   
   real    0m0.399s
   user    0m0.379s
   sys     0m0.020s
   
   real    0m0.392s
   user    0m0.352s
   sys     0m0.041s
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to