Gatling is a powerful open-source load testing tool designed to help developers and performance engineers test the performance and scalability of their web applications. It's written in Scala and it's based on the Akka toolkit, which means it's highly extensible and easily integrated with other tools.
Read articleA short post linking to an article about performance tests in k6 on testerzy.pl (in Polish).
Read articleExplores low-level Java code performance testing (benchmarking) using JMH, covering common pitfalls, setup with Maven, and configuration options for accurate measurement.
Read articleIntroduces Google Lighthouse as a quick and easy tool for performance analysis, showing how to install it via npm and generate desktop/mobile reports from the command line with options for throttling and headers, also mentioning CI integration.
Read article