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
488 stars 65 forks source link

Fix: serialize the process status from the forked JVM #85

Closed loicmathieu closed 4 years ago

loicmathieu commented 4 years ago

This serializes the ProcessStatus from the forked JVM to the main JVM.

/cc @jeanbisutti

jeanbisutti commented 4 years ago

Thanks a lot @loicmathieu