This is an automated email from the ASF dual-hosted git repository.
heybales pushed a commit to branch GEODE-7554
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git
The following commit(s) were added to refs/heads/GEODE-7554 by this push:
new 2faa477 enable all benchmark tests
2faa477 is described below
commit 2faa4776b262b52e432ee876a0720c1127505453
Author: Helena A. Bales <[email protected]>
AuthorDate: Tue Dec 10 15:24:52 2019 -0800
enable all benchmark tests
---
geode-benchmarks/build.gradle | 5 -----
1 file changed, 5 deletions(-)
diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 946b0e1..42cafe9 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -63,11 +63,6 @@ task benchmark(type: Test) {
useJUnitPlatform()
testLogging { exceptionFormat = 'full' }
- exclude "**/*NonIndexedQueryBenchmark.class"
- exclude "**/PartitionedFunctionExecutionBenchmark.class"
-// exclude "**/NoopBenchmark.class"
- exclude "**/*LongBenchmark.class"
-
forkEvery 1
systemProperty 'TEST_HOSTS', project.findProperty('hosts')