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 2021/09/22 16:42:05 UTC

[GitHub] [accumulo-testing] DomGarguilo opened a new issue #157: Add ability to run individual performance tests

DomGarguilo opened a new issue #157:
URL: https://github.com/apache/accumulo-testing/issues/157


   While working on #156 I realized it would be helpful to be able to run individual performance tests. As it stands, the only option is to run all the tests in order which takes quite a while. If any of the tests hang or error out, it stops the run of the remaining tests. Would be nice to be able to pass a parameter, the name of an individual test to run, similar to how cinigest works with its multiple components.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] DomGarguilo closed issue #157: Clarify how to run individual performance tests

Posted by GitBox <gi...@apache.org>.
DomGarguilo closed issue #157:
URL: https://github.com/apache/accumulo-testing/issues/157


   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] DomGarguilo commented on issue #157: Add ability to run individual performance tests

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #157:
URL: https://github.com/apache/accumulo-testing/issues/157#issuecomment-925200894


   > I believe you can run individual PTs with something like the following:
   > `./bin/performance run results org.apache.accumulo.testing.performance.tests.DurabilityWriteSpeedPT`
   
   Looks like you can also use just the test name. 
   e.g.
   `./bin/performance run results DurabilityWriteSpeedPT`
   
   I think I'll just make a PR to add a note to the readme outlining this.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] DomGarguilo commented on issue #157: Add ability to run individual performance tests

Posted by GitBox <gi...@apache.org>.
DomGarguilo commented on issue #157:
URL: https://github.com/apache/accumulo-testing/issues/157#issuecomment-925134650


   > I believe you can run individual PTs with something like the following:
   > `./bin/performance run results org.apache.accumulo.testing.performance.tests.DurabilityWriteSpeedPT`
   
   Whoops. Looks like you're right. I assume that is what is meant by `[filter]` in `run <output dir> [filter]` from the usage/help page here:
   ```
   dgarguilo@thor:~/github/accumulo-testing$ ./bin/performance
   Unknown command : 
   
   Usage: performance-test <command> (<argument>)
   
   Possible commands:
     run <output dir> [filter]        Runs performance tests.
     compare <result 1> <result 2>    Compares results of two test.
     csv {files}                      Converts results to CSV
     list                             List the performance test
   ```
   
   Maybe this ticket can be repurposed to serve to make the usage of `[filter]` more clear. Possibly in the [readme](https://github.com/apache/accumulo-testing#performance-test) or in the usage/help page in shell.


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] Manno15 commented on issue #157: Add ability to run individual performance tests

Posted by GitBox <gi...@apache.org>.
Manno15 commented on issue #157:
URL: https://github.com/apache/accumulo-testing/issues/157#issuecomment-925105104


   I believe you can run individual PTs with something like the following: 
   `./bin/performance run results org.apache.accumulo.testing.performance.tests.DurabilityWriteSpeedPT`


-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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