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 Requirements

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 리포트를 작성할 수 있습니다.
Tags: 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

수업에 주석을함으로써, 귀하는 모든 테스트 방법 신청 기본값을 제공할 수 있습니다. 테스트 스위트를 테스트하는, 선택적으로 성능 테스트 정의와 요구 사항을 추가 결합할 수 있습니다.
Tags: 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 클래스를 호출 발생할 수있는 몇 가지 사소한 버그를 해결합니다.
Tags: minor bug fixes
This release fixes some minor bugs that may occur when calling the ContiPerf classes programmatically.

Project Resources