Skip to content

Commit

Permalink
Fixing broken link in README
Browse files Browse the repository at this point in the history
  • Loading branch information
noconnor committed Oct 28, 2017
1 parent 9bad01f commit fc62d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ public JUnitPerfRule perfTestRule = new JUnitPerfRule(new CustomReportGeneratorI
## Statistics

By default, statistics are captured and calculated using the apache [Descriptive Statistics library](http://commons.apache.org/proper/commons-math/userguide/stat.html#a1.2_Descriptive_statistics).
See [DescriptiveStatisticsCalculator](src/main/com/github/noconnor/junitperf/statistics/providers/DescriptiveStatisticsCalculator) for more details.
See [DescriptiveStatisticsCalculator](src/main/java/com/github/noconnor/junitperf/statistics/providers/DescriptiveStatisticsCalculator.java) for more details.

To override the default statistics calculation class, a custom implementation of the `StatisticsCalculator` interface can
be passed to the `JUnitPerfRule` constructor:
Expand Down

0 comments on commit fc62d54

Please sign in to comment.