Performance « Test « JPA Q&A





1. points for executing performance tests on an application    stackoverflow.com

What can be the pin points when executing performance test on an application in Java, which uses Hibenate as ORM Tool and Oracle 11G as database. I am also thinking of bench-marking ...

2. Hibernate performance vs JDBC - I run hibernate own test    forum.hibernate.org

Hey, Hibernate docs and Gavin claim that the overhead over JDBC is 10% I run hibernate own performance tests. The test located under hibernate source: hibernate-distribution-3.5.1-Final\project\testsuite\src\test\perf\org\hibernate\test\perf\NewerPerformanceTest.java The test contains some tests. The testMany result was ratio of 2 in mysql located on the same machine. The other tests also get ratio bigger than 2. Gavin get angry when people give him ...

3. Performance test: Hibernate vs. JDBC - disappointing    forum.hibernate.org

Newbie Joined: Wed Nov 03, 2004 7:24 am Posts: 8 Location: Stuttgart [b]Hibernate version:version 2.1.6, 9.8.2004 [/b] You can find at http://www.hibernate.org/15.html , Performance Q&A, the statement: "Generally the overhead is much less than 10% of the JDBC calls". In my performance test app the overhead is between 100% and 2300%. What's wrong with it? The test inserts/reads 10,000 objects into/from ...