jscheffl commented on PR #38021:
URL: https://github.com/apache/airflow/pull/38021#issuecomment-1989593118

   > > Did some further performance measurement on my Laptop. Interesting, if 
logs are folded actually rendering is even faster than if no grouping... maybe 
because most content is hidden and saves rendering time:
   > 
   > 😱 -> yeah. that's likely not a very "realistic" example, but good enough. 
From my experience in GitHub Actions, the biggest issue is scrolling through 
HUGHE folded group - but I think a lot of it is becuase of the relatively slow 
backend handling a LOT LOT LOT of clients vs relatively fast front-end. Airlfow 
has far less of that problem - the webserver will be handling few (maybe few 
tens) of people maximum.
   
   Agree, not realistic but wanted to see the drop - and was surprised it is 
even faster in the case. I was fearing it is a lot slower but I have no fear 
anymore. ~😱~


-- 
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: [email protected]

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

Reply via email to