Skip to content

Commit

Permalink
Remove caliper based tests and dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeb01 committed Dec 3, 2013
1 parent fab58c3 commit 1dcc69d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 243 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ repositories {

dependencies {
testCompile 'junit:junit:4.5', 'org.jmock:jmock-junit4:2.5.1', 'org.jmock:jmock-legacy:2.5.1', files('lib/test/hdrhistogram-1.0-SNAPSHOT.jar')
perfCompile 'com.google.caliper:caliper:0.5-rc1', files('lib/test/hdrhistogram-1.0-SNAPSHOT.jar')
perfCompile files('lib/test/hdrhistogram-1.0-SNAPSHOT.jar')
}

sourceCompatibility = 1.6
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 1dcc69d

Please sign in to comment.