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
commit 256a0a09cecfa74810955f5c93e6630bd1cdd126 Author: Helena A. Bales <[email protected]> AuthorDate: Thu Dec 5 09:58:02 2019 -0800 include NoopBenchmark --- geode-benchmarks/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle index 0abe0dc..946b0e1 100644 --- a/geode-benchmarks/build.gradle +++ b/geode-benchmarks/build.gradle @@ -65,7 +65,7 @@ task benchmark(type: Test) { exclude "**/*NonIndexedQueryBenchmark.class" exclude "**/PartitionedFunctionExecutionBenchmark.class" - exclude "**/NoopBenchmark.class" +// exclude "**/NoopBenchmark.class" exclude "**/*LongBenchmark.class" forkEvery 1
