You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/10/02 19:36:45 UTC

[GitHub] [accumulo-testing] Manno15 edited a comment on pull request #125: Add group commit performance test

Manno15 edited a comment on pull request #125:
URL: https://github.com/apache/accumulo-testing/pull/125#issuecomment-702645109


   I forgot to comment this earlier in the week but I ran through this pull request and everything seemed to work correctly.
   
   <details>
   <summary>My results are below (expand to see):</summary>
   
   ```
   "results": [
       {
         "id": "warmup_rate_1",
         "data": 64543.641511756745,
         "description": "The warmup rate at which 1 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_2",
         "data": 64977.59876065066,
         "description": "The warmup rate at which 2 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_4",
         "data": 67645.70027740145,
         "description": "The warmup rate at which 4 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_8",
         "data": 73924.07205047764,
         "description": "The warmup rate at which 8 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_16",
         "data": 56862.6664136005,
         "description": "The warmup rate at which 16 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_32",
         "data": 54713.070701800156,
         "description": "The warmup rate at which 32 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "warmup_rate_64",
         "data": 63652.29004158193,
         "description": "The warmup rate at which 64 threads wrote data. The rate is mutations per second.",
         "purpose": "INFORMATIONAL"
       },
       {
         "id": "rate_1",
         "data": 62353.997561918346,
         "description": "The rate at which 1 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_2",
         "data": 69571.12526539278,
         "description": "The rate at which 2 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_4",
         "data": 68554.54218561015,
         "description": "The rate at which 4 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_8",
         "data": 63986.33104500382,
         "description": "The rate at which 8 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_16",
         "data": 64682.99302942447,
         "description": "The rate at which 16 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_32",
         "data": 69462.82004570898,
         "description": "The rate at which 32 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       },
       {
         "id": "rate_64",
         "data": 57982.028809201256,
         "description": "The rate at which 64 threads wrote data. The rate is mutations per second.",
         "purpose": "COMPARISON"
       }
     ],
     "parameters": [
       {
         "id": "num_mutations",
         "data": "2097152",
         "description": "The total number of mutations each test will write.  Each thread in a test will write num_mutations/num_threads_in_test mutations."
       },
       {
         "id": "num_flushes",
         "data": "1024",
         "description": "The number of times each thread will flush its batch writer.  The flushes are spread evenly between mutations."
       }
     ]
   }
   
   ```
   
   </details>


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org