This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/develop by this push:
new 873ee68 Enabled PutAll benchmarks (#106)
873ee68 is described below
commit 873ee68c44ad7577ef0d3c01f90016a6865de9ca
Author: Kamilla Aslami <[email protected]>
AuthorDate: Fri Sep 6 10:31:22 2019 -0700
Enabled PutAll benchmarks (#106)
---
geode-benchmarks/build.gradle | 1 -
1 file changed, 1 deletion(-)
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index f67867e..ce952a9 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -62,7 +62,6 @@ task benchmark(type: Test) {
testLogging { exceptionFormat = 'full' }
exclude "**/*NonIndexedQueryBenchmark.class"
- exclude "**/*PutAllBenchmark.class"
forkEvery 1