File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -41,15 +41,16 @@ Run the database benchmark
4141python3 __main__.py
4242```
4343
44- You should see this ...
45- ```
46- (venv) ecs-165a-database (update) λ p __main__.py
47- Inserting 10k records took: 0.046828536000000004
48- Updating 10k records took: 0.007613003000000007
49- Selecting 10k records took: 0.041287341000000005
50- Aggregate 10k of 100 record batch took: 0.01435074800000001
51- Deleting 10k records took: 0.01662430099999998
52- (venv) ecs-165a-database (update) λ
44+ You should see this for milestone 1.
45+
46+ ```
47+ (venv) ecs-165a-database (main) λ p __main__.py
48+ Inserting 10k records took: 0.0077650810000000035
49+ Updating 10k records took: 0.020893269
50+ Selecting 10k records took: 0.016048745000000003
51+ Aggregate 10k of 100 record batch took: 0.0039221569999999956
52+ Deleting 10k records took: 0.002314741000000009
53+ (venv) ecs-165a-database (main) λ
5354```
5455
5556## Attribution
You can’t perform that action at this time.
0 commit comments