Hi!
I am trying to write perf tests for new implementation of some code and I want to compare its performance with the old version.
Ideally I want to mark one benchmark as a baseline and specify for others that there will be (lets say) no more than 0.9x by time and no more than 1.2x allocations compared to the baseline benchmark.
Also, if possible, I want to ignore peaks and assert for 90-95th percentile of samples.
Is something alike supported / possible with NBench? Thanks!
Hi!
I am trying to write perf tests for new implementation of some code and I want to compare its performance with the old version.
Ideally I want to mark one benchmark as a baseline and specify for others that there will be (lets say) no more than 0.9x by time and no more than 1.2x allocations compared to the baseline benchmark.
Also, if possible, I want to ignore peaks and assert for 90-95th percentile of samples.
Is something alike supported / possible with NBench? Thanks!