You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HandCoded took 38ms
Sql2oTypical took 48ms (26,32% slower)
Sql2oOptimized took 56ms (47,37% slower)
DbOomOptimal took 61ms (60,53% slower)
DbOomTypical took 73ms (92,11% slower)
ApacheDbUtilsTypical took 80ms (110,53% slower)
MyBatis took 207ms (444,74% slower)
JDBI took 220ms (478,95% slower)
JOOQ took 310ms (715,79% slower)
SpringJdbcTemplate took 385ms (913,16% slower)
HibernateTypical took 399ms (950,00% slower)
Select Results
HandCoded took 43ms
Sql2oTypical took 50ms (16,28% slower)
DbOomOptimal took 54ms (25,58% slower)
Sql2oOptimized took 60ms (39,53% slower)
ApacheDbUtilsTypical took 64ms (48,84% slower)
DbOomTypical took 72ms (67,44% slower)
JDBI took 113ms (162,79% slower)
MyBatis took 176ms (309,30% slower)
JOOQ took 218ms (406,98% slower)
SpringJdbcTemplate took 248ms (476,74% slower)
HibernateTypical took 334ms (676,74% slower)
Select Results
HandCoded took 35ms
Sql2oTypical took 41ms (17,14% slower)
DbOomOptimal took 45ms (28,57% slower)
Sql2oOptimized took 48ms (37,14% slower)
ApacheDbUtilsTypical took 57ms (62,86% slower)
DbOomTypical took 60ms (71,43% slower)
JDBI took 106ms (202,86% slower)
MyBatis took 138ms (294,29% slower)
JOOQ took 219ms (525,71% slower)
SpringJdbcTemplate took 247ms (605,71% slower)
HibernateTypical took 304ms (768,57% slower)
Thanks for keeping up on this @moh-sushi
I was considering pushing it after another pull request of mine would be accepted or rejected, but that other one is still open.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi,
performance test for Jodd DbOOm added.
This PR is based on this commit from Igor
note : after merge an update of the result table with your results should be done, too. Thx!
Bye,
Sascha