Hyperfoil / qDup

Lab automation and queuing scripting
Apache License 2.0
12 stars 12 forks source link

Expose yaml parser from QDup #174

Closed johnaohara closed 1 year ago

johnaohara commented 1 year ago

To allow for extension of Parser with custom commands.

Following discussion on https://github.com/Hyperfoil/qDup/pull/172, this PR does not create a Parser static

johnaohara commented 1 year ago

This is an example of how I am using it: https://github.com/johnaohara/poc-automated-regression-bisect/blob/rebase-qDup/src/main/java/io/hyperfoil/tools/PerfAutoBisect.java#L113