File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -116,8 +116,11 @@ DB::transaction(function(){
116
116
```
117
117
118
118
#### 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 |
122
125
123
126
Test Machine: * MacPro (3.1) 2.8Ghz (Dual) Quad Core / 18GB 800Mhz FB-DIM Memory / SSD*
You can’t perform that action at this time.
0 commit comments