Skip to content

Commit 6ea62bd

Browse files
author
Adrian Miu
committed
Updated the benchmark results
1 parent 67aa7c1 commit 6ea62bd

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,15 @@ Smaller score is the better (i. e. the faster).
4747

4848
| Library | Insert | Update | Find | Complex| EagerL. | memory usage| time |
4949
| --------------------------------:| ------:| ------:| ------:| ------:| -------:| -----------:| ------:|
50-
| AtlasOrm | 1702 | 1269 | 203 | 199 | 8781 | 7,923,952 | 12.28 |
51-
| CycleOrm | 2947 | 1835 | 330 | 413 | 6794 | 10,001,720 | 12.52 |
52-
| CycleOrmWithGeneratedMapper | 2326 | 1414 | 238 | 421 | 5489 | 12,095,688 | 10.24 |
53-
| CycleOrmDynamicSchema | 2184 | 1567 | 232 | 401 | 5662 | 9,968,264 | 10.15 |
54-
| DoctrineM | 18171 | 34536 | 600 | 257 | 6726 | 12,582,912 | 60.82 |
55-
| DoctrineMWithCache | 21913 | 42076 | 629 | 246 | 7057 | 12,582,912 | 72.31 |
56-
| Eloquent | 3914 | 2820 | 519 | 818 | 10479 | 4,194,304 | 18.74 |
57-
| EloquentWithoutEvent | 3545 | 2442 | 528 | 762 | 9980 | 4,194,304 | 17.37 |
58-
| SiriusOrm | 1972 | 1573 | 401 | 295 | 6582 | 3,727,744 | 10.89 |
50+
| AtlasOrm | 1260 | 924 | 168 | 165 | 6313 | 7,922,240 | 9.17 |
51+
| CycleOrm | 2127 | 1331 | 261 | 329 | 5972 | 10,000,008 | 10.51 |
52+
| CycleOrmWithGeneratedMapper | 1949 | 1121 | 194 | 454 | 5031 | 12,093,976 | 9.46 |
53+
| CycleOrmDynamicSchema | 1859 | 1320 | 215 | 341 | 4966 | 9,966,552 | 8.80 |
54+
| DoctrineM | 788 | 626 | 493 | 197 | 6306 | 12,582,912 | 9.19 |
55+
| DoctrineMWithCache | 792 | 457 | 486 | 201 | 5867 | 12,582,912 | 7.98 |
56+
| Eloquent | 2773 | 1990 | 377 | 562 | 7543 | 4,194,304 | 13.56 |
57+
| EloquentWithoutEvent | 2531 | 1737 | 378 | 544 | 7079 | 4,194,304 | 12.36 |
58+
| SiriusOrm | 1389 | 1076 | 239 | 180 | 4492 | 3,726,032 | 7.57 |
5959

6060

6161

@@ -95,4 +95,4 @@ If you are the developer or user of an ORM, data mapper, Active Record library a
9595

9696
If you see something wrong about the current usage of one of the libraries, please send a pull-request along with a short explanation of what that change does.
9797

98-
Please, try to implement the solutions using the most common configuration. If you want to include an optimized version of the test, create another one in the same folder, like that in the Cycle Orm folder.
98+
Please, try to implement the solutions using the most common configuration. If you want to include an optimized version of the test, create another one in the same folder, like that in the Cycle Orm folder.

0 commit comments

Comments
 (0)