quick-perf / quickperf

QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
https://github.com/quick-perf/doc/wiki/QuickPerf
Apache License 2.0
469 stars 67 forks source link

issue-160 : remove 'jvmOptions != null' #162

Closed FranckDemeyer closed 3 years ago

FranckDemeyer commented 3 years ago

remove jvmOptions != null to simplify (jvmOptions can not be null at this point)

jeanbisutti commented 3 years ago

Thank you very much @FranckDemeyer!