mirror of
https://github.com/jetty/jetty.project.git
synced 2025-02-23 07:37:55 +00:00
* Fix idle race by allowing idle count to go negative * Fixed flakey dump test * don't exit Runner on exceptions * cleanup after pair programming with sbordet * longer benchmark runs * optimized by removing need to check isRunning Signed-off-by: Greg Wilkins <gregw@webtide.com> * Code reformatting. * Fixed stop logic. Signed-off-by: Simone Bordet <simone.bordet@gmail.com>