Skip to content

Commit

Permalink
[Java:] Renamed aeron-benchmark ->aeron-benchmarks.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpt777 committed Jul 19, 2014
1 parent 92fbb1c commit dfb2ca9
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Common Classes/Methods

Benchmarks

aeron-benchmark
aeron-benchmarks

Build
-----
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ project(':aeron-examples') {
}
}

project(':aeron-benchmark') {
project(':aeron-benchmarks') {
apply plugin: 'shadow'

dependencies {
Expand All @@ -170,7 +170,7 @@ project(':aeron-benchmark') {
}

shadow {
outputFile = new File('aeron-benchmark/build/libs/microbenchmarks.jar')
outputFile = new File('aeron-benchmarks/build/libs/microbenchmarks.jar')
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include 'aeron-common', 'aeron-client', 'aeron-driver', 'aeron-examples', 'aeron-benchmark', 'aeron-system-tests'
include 'aeron-common', 'aeron-client', 'aeron-driver', 'aeron-examples', 'aeron-benchmarks', 'aeron-system-tests'

0 comments on commit dfb2ca9

Please sign in to comment.