Re: [swift-dev] Dependencies on Benchmark_O(& co.) --verbose format

2017-05-16 Thread Andrew Trick via swift-dev
> On May 15, 2017, at 11:20 PM, Pavol Vaskovic wrote: > > On Mon, May 15, 2017 at 7:48 PM, Andrew Trick > wrote: > The compare_perf_tests.py script parses that output. > > I am aware of that one. But my question is specifically about the `--verbose` > output. AFAIK co

Re: [swift-dev] Dependencies on Benchmark_O(& co.) --verbose format

2017-05-15 Thread Pavol Vaskovic via swift-dev
On Mon, May 15, 2017 at 7:48 PM, Andrew Trick wrote: > The compare_perf_tests.py script parses that output. > I am aware of that one. But my question is specifically about the `--verbose` output. AFAIK compare_perf_tests.py parses results of normal mode and can't handle --verbose. --Pavol _

Re: [swift-dev] Dependencies on Benchmark_O(& co.) --verbose format

2017-05-15 Thread Andrew Trick via swift-dev
Hi Pavol, The compare_perf_tests.py script parses that output. I don’t actually use the driver. I might start using the driver once it has a —rerun option, but the compare script should still work directly on the benchmark output. -Andy > On May 15, 2017, at 2:42 AM, Pavol Vaskovic via swift-d

[swift-dev] Dependencies on Benchmark_O(& co.) --verbose format

2017-05-15 Thread Pavol Vaskovic via swift-dev
Hello, I’m working of fixes to SR-4780 "Can not run performance tests that are not in precommit suite” and SR-4669 "Add a Benchmark_Driver --rerun N option” . It would make my work easier if I could slightly modify t