Skip to content

Commit f592388

Browse files
committed
Updated Benchmarks
1 parent 07d56c4 commit f592388

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,11 @@ DB::transaction(function(){
116116
```
117117

118118
#### DebugBar Timeline Results:
119-
- Import: 53,330 Rows in 951.5ms @ 63.42MB
120-
- Export: 53,330 Rows in 821.64ms @ 47.12MB (regular query)
121-
- Export: 218,443 Rows in 11.06secs @ 18.39MB (with query chunks)
119+
120+
| Operation | Chunk | Total Entries | Total Memory | Framework Memory | Actual Memory | Total Time | Framework Time | Actual Time |
121+
| :-------: | :----: | :-----------: | :----------: | :--------------: | :-----------: | :--------: | :------------: | :---------: |
122+
| Import | 10,000 | 10,000 | 15.2 | 8.09 | 7.11 | 0.311 | 0.166 | 0.145 |
123+
| Export | 10,000 | 10,000 | 18.3 | 8.09 | 10.21 | 0.484 | 0.166 | 0.318 |
124+
| Export | 10,000 | 221,443 | 18.09 | 8.09 | 10 | 11.21 | 0.166 | 11.044 |
122125

123126
Test Machine: *MacPro (3.1) 2.8Ghz (Dual) Quad Core / 18GB 800Mhz FB-DIM Memory / SSD*

0 commit comments

Comments
 (0)