Measuring Android App Startup Times: Cold and Warm Launch Performance

Application resposne time is typically measured as the duration from when a user initiates an action to when the UI becomes fully interactive. For Android apps, this often focuses on cold start (app launched from scratch) and warm start (app relaunched after being backgrounded). Two broad approaches exist: hardware-based measurement using high- ...

Posted on Wed, 26 Aug 2026 16:46:08 +0000 by romic

Performance Benchmark: Elasticsearch vs Easysearch

Virtual Machine Specifications Using Alibaba Cloud instance type: ecs.u1-c1m4.4xlarge, PL2: Single disk IOPS performance limit 100,000 (applicable cloud disk capacity range: 461GiB - 64TiB) vCPU Memory (GiB) Disk (GB) Bandwidth (Gbit/s) Quantity 16 64 500 5000 24 Easysearch Configuration 7-node cluster, version: 1.9.0 Instance Name ...

Posted on Sat, 15 Aug 2026 16:02:11 +0000 by Archangel915

Performance Testing with Pytest: A Practical Guide

Introduction Pytest is primarily known for unit testing, but it also supports performance and benchmark testing through the pytest-benchmark plugin. This article demonstrates how to set up and execute performance tests using this powerful combination. Prerequisites Ensure you have Python installed along with pytest and the pytest-benchmark plug ...

Posted on Sat, 18 Jul 2026 16:42:42 +0000 by noisyscanner

Efficient JMeter Result Saving Techniques for Faster Reporting

JMeter users commonly utilize listeners to analyze test results. One frequently overlooked feature is the ability to save all data into a single file. This functionality can significantly streamline post-test analysis and reporting. Most listeners provide an option to write results to a file. To access this feature, click the "Browse" ...

Posted on Sun, 28 Jun 2026 17:55:00 +0000 by intenz

Apache JMeter Fundamentals for API Testing and Performance Measurement

Overview of Apache JMeter Apache JMeter is an open-source Java-based desktop application developed by the Apache Software Foundation. Originally designed for web application testing, it has evolved into a versatile tool for load and performance testing across various domains. Core Capabilities JMeter provides comprehensive testing features incl ...

Posted on Wed, 24 Jun 2026 16:28:37 +0000 by sup

JMeter Installation and Load Testing Guide

JMeter Overview JMeter is an open-source压力测试工具 developed by the Apache Software Foundation. It is built entirely in Java and serves as a comprehensive solution for性能测试 scenarios. JMeter capabilities include: Static resource testing (files served to clients) Dynamic resource testing (content varying by user request) Server and network ...

Posted on Fri, 08 May 2026 17:29:07 +0000 by CodeToad

Easy-JMeter: A Web-Based Distributed Performance Testing Platform Built on JMeter

The platform leverages Apache JMeter as its core engine while providing a unified web interface for managing, executing, and analyzing performance tests. It adopts a frontend-backend separation architecture using Vue.js and Spring Boot, with Lin-CMS supplying foundational user management and authentication features. System Architecture Users in ...

Posted on Fri, 08 May 2026 11:57:00 +0000 by N1CK3RS0N