noconnor / JUnitPerf

API performance testing framework built using JUnit
Apache License 2.0
68 stars 18 forks source link

Replacing proceed call with skip call #111

Closed noconnor closed 1 year ago

noconnor commented 1 year ago

Fixes issue where call to proceed may fail after parallel evaluation has completed

Proposed Changes