Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-search
Commit: 014ed40775e89968ac248137cd8ce174b88e7f6d
https://github.com/hibernate/hibernate-search/commit/014ed40775e89968ac24...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M integrationtest/performance/orm/readme.md
Log Message:
-----------
HSEARCH-2921 Advertise -Pperf instead of a long system property in the readme
Commit: 4706f3e529310a8563cf5ef213fed8a9488a6b0f
https://github.com/hibernate/hibernate-search/commit/4706f3e529310a8563cf...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M integrationtest/performance/orm/readme.md
Log Message:
-----------
HSEARCH-2921 Mention the datasource is created automatically in ORM perf tests
Commit: e79a7649230b90754ec66692031ea64568626264
https://github.com/hibernate/hibernate-search/commit/e79a7649230b90754ec6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M integrationtest/performance/orm/readme.md
Log Message:
-----------
HSEARCH-2921 Update the property names in the ORM perf tests readme
Some where not needed (already defined in profiles), and some were just
plain wrong (probably due to a refactoring a long time ago).
Commit: ed868feade6f49f787e528014f2c94eaebeec2b3
https://github.com/hibernate/hibernate-search/commit/ed868feade6f49f787e5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M integrationtest/performance/orm/readme.md
Log Message:
-----------
HSEARCH-2921 Warn about running out of memory in ORM perf tests
It's not exactly easy to solve, what with the whole Arquillian setup,
and I don't think it's worth it anyway (because the results of running
performance tests against an in-memory database would not have much
significance).
Let's keep the in-memory database for smoke tests only (-P!perf).
Commit: eee6dbd3fd965a77e861f29a1f97019cbf551cdc
https://github.com/hibernate/hibernate-search/commit/eee6dbd3fd965a77e861...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2017-10-25 (Wed, 25 Oct 2017)
Changed paths:
M integrationtest/performance/orm/readme.md
Log Message:
-----------
HSEARCH-2921 Clarify the purpose of the 'perf' profile
Compare:
https://github.com/hibernate/hibernate-search/compare/f95d831dfe76...eee6...