[INFO] Sensor JavaSquidSensor (done) | time=572295ms [INFO] Sensor FindBugs Sensor (done) | time=370841ms
A few points
1) Is this simply because we maybe running some deprecated rules now which are already covered by SQUID? As far as you're aware are all rules replaced or are there still some required in find bugs? If we deprecate find bugs rules but leave some in as required will that time usually decrease or does it usually stay constant if find bugs has to process even one rule?
2) Is there anyway to break down the SQUID sensor time further e.g. perhaps a sub set of rules are actually taking the majority of the time to analyse?
Normally I wouldn't be so concerned with performance as our nightly job runs fine however we're looking at using the sonar stash plug in to perform analysis for each developer in their pull request
Thanks
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/4300815e-032b-4942-98d2-7a31a9c33b02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
You received this message because you are subscribed to the Google Groups "SonarQube" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sonarqube+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/8262be2a-f015-4422-b2af-2f93305456d1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/2fb21189-2627-42e0-95ff-7e236dfb7775%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/d0e4eec6-c6ca-4ae6-84a4-1c9a428fe066%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
08:15:01 [INFO] Sensor JavaSquidSensor (wrapped) (done) | time=545285ms
08:15:01 [INFO] Sensor SCM Sensor (wrapped) 08:15:01 [INFO] Sensor SCM Sensor (wrapped) (done) | time=157ms 08:15:01 [INFO] Sensor FindBugs Sensor (wrapped)08:15:03 [INFO] Findbugs output report: /var/jenkins/workspace/Sonar_Sbx_Stash/source/test-app/target/sonar/findbugs-result.xml08:17:26 [INFO] Sensor FindBugs Sensor (wrapped) (done) | time=145121ms
[INFO] * Sensors execution time breakdown: 3min 59s [INFO] o FindBugs Sensor: 3min 38s (91%) [INFO] o JavaSquidSensor: 18s (7%) [INFO] o JaCoCoSensor: 1s (0%) [INFO] o JaCoCoOverallSensor: 866ms (0%) [INFO] o SurefireSensor: 414ms (0%) [INFO] o CPD Block Indexer: 198ms (0%) [INFO] o Zero Coverage Sensor: 45ms (0%) [INFO] o Lines Sensor: 19ms (0%) [INFO] o Code Colorizer Sensor: 1ms (0%) [INFO] o JaCoCoItSensor: 1ms (0%)
[INFO] Sensor FindBugs Sensor[INFO] Loading findbugs plugin: /var/jenkins/workspace/Sonar_Sbx_Stash/source/test-app/target/sonar/findbugs/findsecbugs-plugin.jar
[INFO] Findbugs output report: /var/jenkins/workspace/Sonar_Sbx_Stash/source/test-app/target/sonar/findbugs-result.xml
[INFO] Sensor FindBugs Sensor (done) | time=351338ms
To view this discussion on the web visit https://groups.google.com/d/msgid/sonarqube/769d5fd3-e84d-4502-9fa7-029bcf6a2709%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Senior Developer