]> source.dussan.org Git - sonarqube.git/commit
Fix performance issue because the report was in memory, now the report is read from...
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 4 Jun 2015 07:46:29 +0000 (09:46 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 4 Jun 2015 07:46:29 +0000 (09:46 +0200)
commitbd576ce7239810dec9fa68e1ea0f469df00fbc60
tree48a60ffb725b4be51625cf451af6a812aef9b6b6
parent8f9e5e843e070afdf05cf0c9b4f1479e45e25542
Fix performance issue because the report was in memory, now the report is read from the disk
server/sonar-server-benchmarks/src/test/java/org/sonar/server/benchmark/PersistFileSourcesStepTest.java