Télécharger la liste

Description du projet

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).

Système requise

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

Cette version offre un comportement cohérent entre JUnit 4.7 à 4.9 communiqués et est capable de créer des rapports HTML avec des résumés statistiques et des graphiques de distribution de latence.
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

Cette version apporte des améliorations dans le rendement du cadre, l'allocation des ressources, et la précision de mesure.
This release provides improvements in the framework's performance, resource allocation, and measurement precision.

2010-05-26 18:00
1.05

En annotant une classe, vous pouvez fournir par défaut qui s'appliquent à l'ensemble de ses méthodes d'essai. Les tests peuvent être combinées pour vérifier les suites, éventuellement l'ajout de définitions et les exigences de test de performance.
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

Cette version prend en charge multithread exécution des tests pour des choses telles que les tests de la concurrence. La syntaxe est "@ PerfTest (invocations = 100, fils = 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

Cette version corrige quelques bugs mineurs qui peuvent survenir lors de l'appel des classes ContiPerf programme.
Tags: minor bug fixes
This release fixes some minor bugs that may occur when calling the ContiPerf classes programmatically.

Project Resources