Download List

项目描述

ContiPerf is a lightweight testing utility to easily leverage JUnit 4 test cases as performance tests, e.g. for continuous performance testing. It is inspired by JUnit 4's easy test configuration with annotations, and by JUnitPerf's idea of wrapping Unit tests for performance testing, but is more powerful and easier to use. It uses Java annotations for defining test execution characteristics and performance requirements. You can mark a test to run a certain number of times, or to be repeatedly executed for a certain amount of time. Performance requirements can be maximum, average, medium, or any percentile execution time. You can run tests in two different modes, using them as simple unit tests or performance tests. Easy integration with Eclipse and Maven. Export of an execution summary to a CSV file. A small library without external dependencies (only JUnit).

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-09-12 22:37
2.0

此版本提供的JUnit版本4.7-4.9之间一致的行为,并能够创建HTML报表统计汇总和延迟分布图。
标签: Major
This release provides consistent behavior among JUnit releases 4.7-4.9 and is able to create HTML reports with statistical summaries and latency distribution charts.

2010-07-13 19:19
1.06

此版本提供了框架的性能,资源分配和测量精度的改善。
This release provides improvements in the framework's performance, resource allocation, and measurement precision.

2010-05-26 18:00
1.05

通过注释的类,你可以提供默认值,对于所有的测试方法适用。测试可以结合测试套件,可以选择加入性能测试的定义和要求。
标签: Stable, new features
By annotating a class, you can provide defaults that apply for all its test methods. Tests can be combined to test suites, optionally adding performance test definitions and requirements.

2010-04-19 18:14
1.03

这个版本支持多线程并发测试作为测试这些事情的执行。语法是“@ PerfTest(调用= 100,线程= 20)”。
This version supports multithreaded test execution for such things as concurrency tests. The syntax is "@PerfTest(invocations= 100, threads = 20)".

2010-04-08 22:53
1.01

此版本修复了一些小错误时可能出现的调用ContiPerf类编程。
标签: minor bug fixes
This release fixes some minor bugs that may occur when calling the ContiPerf classes programmatically.

Project Resources