Skip to content

Commit

Permalink
Disable replicated query and function benchmarks.
Browse files Browse the repository at this point in the history
Re-enable partitioned.
  • Loading branch information
jake-at-work committed Apr 26, 2019
1 parent 71f0411 commit 689a997
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geode-benchmarks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ task benchmark(type: Test) {
exceptionFormat = 'full'
}

exclude "**/Partitioned*QueryBenchmark.class"
exclude "**/PartitionedFunctionExecution*Benchmark.class"
exclude "**/Replicated*QueryBenchmark.class"
exclude "**/ReplicatedFunctionExecution*Benchmark.class"

forkEvery 1

Expand Down

0 comments on commit 689a997

Please sign in to comment.