Closed FTarfasse closed 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
Thanks Fabrice
Happy to help !
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:
@ProfileJvm annotation with JVM boolean option
-DlimitQuickPerfJvmInfoOnConsole
. The only information displayed on the console will be the location of the file generated by the Java Flight Recorder when JVM option set to true.SQL annotations involving JDBC roundtrips (@ExpectMaxUpdate, @ExpectMaxDelete, @ExpectMaxInsert, @ExpectMaxSelect and @ExpectSelect) and @DisableSameSelectTypesWithDifferentParamValues. Framework, JDBC batching suggestions and details of the executed queries will not be displayed when JVM option
-DlimitQuickPerfSqlInfoOnConsole
is set to true.