public
Description: A collection of JUnit test decorators used to measure the performance and scalability of functionality contained within existing JUnit tests.
Homepage: http://clarkware.com/software/JUnitPerf.html
Clone URL: git://github.com/clarkware/junitperf.git
junitperf / README
100755 47 lines (27 sloc) 1.058 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
 
                            J U N I T P E R F
 
 
  What is it?
  -----------
  
  JUnitPerf is a collection of JUnit test extensions for performance and
  scalability testing.
 
 
  The Latest Version
  ------------------
 
  The latest version of JUnitPerf is available at
  http://www.clarkware.com/software/junitperf.zip.
 
  JUnitPerf is also available on GitHub at:
  http://github.com/clarkware/junitperf
 
 
  Documentation
  -------------
 
  Documentation is available in HTML format, in the docs/ directory.
  For the installation and user manual, see docs/JUnitPerf.html.
  For the API documentation, see docs/api/index.html.
 
 
  Support
  ---------
 
  If you have any questions, comments, enhancement requests, success
  stories, or bug reports regarding JUnitPerf, or if you want to be
  notified when new versions of JUnitPerf are available, please email
  mike@clarkware.com.
 
 
  Licensing
  ---------
 
  This software is licensed under the terms you may find in the file
  named "LICENSE" in this directory.
  
 
  Thanks for using JUnitPerf!