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
484 stars 66 forks source link

add configurable verbosity #101

Closed FTarfasse closed 4 years ago

FTarfasse commented 4 years ago

See issue #84 for feature's background:

This feature aims to reduce verbosity of some of QuickPerf feedbacks. Configurable verbosity has been added for the following annotations:

jeanbisutti commented 4 years ago

Hi Fabrice,

Many thanks.

Just one thing. The build is failing. In DisplayJvmProfilingValueVerifier, System.out.println(text) was replaced with return new PerfIssue(tesxt).. Could you please keep System.out.println(text)? The build should be green with System.out.println(text).

Kind regards,

Jean

jeanbisutti commented 4 years ago

Thanks Fabrice

FTarfasse commented 4 years ago

Happy to help !