You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by do...@apache.org on 2021/03/26 03:46:38 UTC

[geode-benchmarks] branch support/1.14 updated: Disable P2pPartitionedPutLongBenchmark (#146)

This is an automated email from the ASF dual-hosted git repository.

donalevans pushed a commit to branch support/1.14
in repository https://gitbox.apache.org/repos/asf/geode-benchmarks.git


The following commit(s) were added to refs/heads/support/1.14 by this push:
     new 7f70ac9  Disable P2pPartitionedPutLongBenchmark (#146)
7f70ac9 is described below

commit 7f70ac9899c8e04683543428fd89ea60463108e3
Author: Donal Evans <do...@vmware.com>
AuthorDate: Thu Mar 25 20:46:30 2021 -0700

    Disable P2pPartitionedPutLongBenchmark (#146)
    
    - This benchmark is unstable and does not produce reliable results. See
    GEODE-8950 for further details.
    
    Authored-by: Donal Evans <do...@vmware.com>
---
 geode-benchmarks/build.gradle | 1 +
 1 file changed, 1 insertion(+)

diff --git a/geode-benchmarks/build.gradle b/geode-benchmarks/build.gradle
index 40da54d..c699ed7 100644
--- a/geode-benchmarks/build.gradle
+++ b/geode-benchmarks/build.gradle
@@ -86,6 +86,7 @@ task benchmark(type: Test) {
   testLogging { exceptionFormat = 'full' }
 
   exclude "**/NoopBenchmark.class"
+  exclude "**/P2pPartitionedPutLongBenchmark.class"
 
   forkEvery 1
   failFast = true