aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-03-24 09:50:38 -0700
committerGitHub <noreply@github.com>2017-03-24 09:50:38 -0700
commit9118e1e07df8fce5a3f7d6df6950df7afb3ba894 (patch)
tree88e0d0fdbdcb8500cc626dbe086172bd37ba3e42 /benchmarks
parent14920b483eb85d440c1f501eda21023d15a7ea6f (diff)
downloadopencensus-java-9118e1e07df8fce5a3f7d6df6950df7afb3ba894.tar.gz
Change project name to be instrumentation-java. Helps IDEs to have the same name as the main directory. (#169)
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/README.md7
-rw-r--r--benchmarks/build.gradle2
2 files changed, 4 insertions, 5 deletions
diff --git a/benchmarks/README.md b/benchmarks/README.md
index 0aad24c4..a152273f 100644
--- a/benchmarks/README.md
+++ b/benchmarks/README.md
@@ -1,8 +1,7 @@
-Instrumentation Benchmarks
-==============================================
+# Instrumentation Benchmarks
## To run the benchmark type
```
-$ ./gradlew :instrumentation-benchmarks:jmh
-``` \ No newline at end of file
+$ ./gradlew :instrumentation-java-benchmarks:jmh
+```
diff --git a/benchmarks/build.gradle b/benchmarks/build.gradle
index a9dbf9bc..f6d9dd49 100644
--- a/benchmarks/build.gradle
+++ b/benchmarks/build.gradle
@@ -23,7 +23,7 @@ jmh {
}
dependencies {
- compile project(':instrumentation-core')
+ compile project(':instrumentation-java-core')
}
compileJmhJava {