GeistHaus
log in · sign up
4 pages link to this URL
The Most Important Developer Productivity Metric

At Honeycomb, we believe in ensuring an awesome developer experience for our engineers, so we've tried to keep our build times under 15 mins.

1 inbound link article en Software EngineeringTechnical Deep Dives build eventscireliabilitySoftware EngineeringTechnical Deep Dives
How to run pytest in parallel on GitHub actions

Parallelizing tests can significantly improve integration test performance. By splitting tests across multiple workers, you can achieve a +50% performance improvement, reducing test time. This approach is essential for efficient PR merges and overall development workflow.

1 inbound link article en 🐍 PythonDevOpsGHA