项目 >> 单元测试 >> JUnitPerf

JUnitPerf(Java)

JUnitPerf

JUnitPerf is a collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests.

Homepage: http://www.clarkware.com/software/JUnitPerf.html

Loading...

JunitPerf使用简明手册

    代码效率对于许多开发者而言是一个非常关心的指标。而且,代码执行效率的高低对于应用的使用者来说是感觉最直观的。它往往也是一个应用是否成功的关键性指标之一。那么是否存在那些能够反映代码执行效率的工具呢?我们可以试一试junitperf。 使用目的        测试单元测试的执行效率。由于在单元测试中实际...

JUnitPerf简介

 程式在進行開發的過程中,通常首先追求的是功能的正確性,在功能正確之下,若有必要,則再進行效能(performance)與負載能力(scalability)的提昇,然而在提昇效能與負載的同時,必須保證原來的功能不被破壞。 JUnitPerf 基於JUnit的測試基礎之上,以 Decorator 模式 裝飾 JUnit 測試,JUnitPerf包括了兩種JUnit Decorator: TimedTest ...