JPerf 2.0

Free Framework for automated performance testing.
3 
Rating
Your vote:
Latest version:
2.0.5 See all
Developer:
Download
Free  
Freeware
Used by 18 people
Info updated on:

A straightforward framework designed for creating and executing automated tests to evaluate performance and scalability. It functions similarly to JUnit but focuses on performance measurement. Implement the PerfTest interface in a class and utilize the PerfTestRunner to execute the test.

JPerf is a simple framework for writing and running automated performance and scalability tests. It's like JUnit but for performance. Simple write a class that implements PerfTest then create a PerfTestRunner instance to run the test.
Features:
- Measure throughput and latency as number of threads grow
- Can be used to measure performance of any Java code
- Perfect for measuring the impact of performance optimizations
- Shows average duration and throughput (invocations per second)

Screenshots (3)

Comments

3
Rating
1 vote
5 stars
0
4 stars
0
3 stars
1
2 stars
0
1 stars
0
User

Your vote:

Suggestions

  • Throughput test
  • App to test throughput