arkadiusz97

Results 2 comments of arkadiusz97

> Is there any parameter to stop the test after certain time? You can set maximum time of test execution by setting `abort.after.time.lapsed.in.seconds` parameter described here: https://github.com/authorjapps/performance-tests/blob/master/src/test/resources/load_generation_1per1sec.properties

I don't know what are JDKs requirements, but maybe now you can use Java 15.0.2? Works fine on my environment, you need to only change `import org.junit.jupiter.api.Test;` to `import org.junit.Test;`...