Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread Josh Elser
Keith Turner wrote: On Tue, Jul 7, 2015 at 1:48 PM, Josh Elser wrote: I just remembered that Keith made a TESTING.md file I didn't create it, I just renamed it :) $ git log --follow TESTING.md | grep Author Author: Josh Elser Author: Josh Elser Author: Keith Turner Author: Josh Elser

Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread Keith Turner
On Tue, Jul 7, 2015 at 1:48 PM, Josh Elser wrote: > I just remembered that Keith made a TESTING.md file > I didn't create it, I just renamed it :) $ git log --follow TESTING.md | grep Author Author: Josh Elser Author: Josh Elser Author: Keith Turner Author: Josh Elser > > https://github.

Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread Josh Elser
To start.. https://github.com/apache/accumulo/blob/master/TESTING.md#performance-tests https://git-wip-us.apache.org/repos/asf?p=accumulo.git;a=blobdiff;f=test/src/main/java/org/apache/accumulo/test/PerformanceTest.java;h=70cc9068a5aa3a517c68cc9c3e0fe7eb105e1466;hp=22fc8897e5fb6f68f2c6fc2260e542

Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread Josh Elser
I just remembered that Keith made a TESTING.md file https://github.com/apache/accumulo/blob/master/TESTING.md Maybe that would be a logical place? I can add some more Javadoc to the PerformanceTest interface covering how to use it in Java code, but that's probably not a good place to describe

Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread Eric Newton
I would suggest putting it in Javadoc in the PerformanceTest interface. On Tue, Jul 7, 2015 at 12:24 PM, John Vines wrote: > README in the top of the testing module? > > On Tue, Jul 7, 2015 at 12:18 PM Josh Elser wrote: > > > I committed https://issues.apache.org/jira/browse/ACCUMULO-3929 > yes

Re: Separate "Performance Tests" execution documentation

2015-07-07 Thread John Vines
README in the top of the testing module? On Tue, Jul 7, 2015 at 12:18 PM Josh Elser wrote: > I committed https://issues.apache.org/jira/browse/ACCUMULO-3929 yesterday. > > Had a thought today that it might be beneficial to write down how it > works somewhere, but I don't know where would be best

Separate "Performance Tests" execution documentation

2015-07-07 Thread Josh Elser
I committed https://issues.apache.org/jira/browse/ACCUMULO-3929 yesterday. Had a thought today that it might be beneficial to write down how it works somewhere, but I don't know where would be best? Any suggestions?