Commit 50aee2d52e4aba97e8cd84c8e51f2904b08ad26b
1 parent
67d3dd05
Exists in
master
and in
1 other branch
staged.
Showing
2 changed files
with
21 additions
and
5 deletions
Show diff stats
bench_result
1 | +0x00 IO performance | |
2 | + performance: | |
3 | + 1000(131832 B): | |
4 | + read-write: 13.414876s | |
5 | + 2000(270908 B): | |
6 | + read-write: 25.270484s | |
7 | + 5000(664204 B): | |
8 | + read-write: 64.528306s | |
1 | 9 | |
2 | -0x00 IO & Computing time benchmark (with embed_rate = 0.2) | |
10 | + About 20MB/s | |
11 | + | |
12 | + | |
13 | +0x01 IO & Computing time benchmark (with embed_rate = 0.2) | |
3 | 14 | |
4 | 15 | (1)file sum = 100 |
5 | 16 | |
... | ... | @@ -340,7 +351,7 @@ |
340 | 351 | CPU 7% |
341 | 352 | |
342 | 353 | |
343 | -0x01 model performance benchmark (with file sum = 5000) | |
354 | +0x02 model performance benchmark (with file sum = 5000) | |
344 | 355 | |
345 | 356 | |
346 | 357 | ... | ... |
test/test_performance.py
... | ... | @@ -17,9 +17,14 @@ def bench_filereading(): |
17 | 17 | |
18 | 18 | """ |
19 | 19 | performance: |
20 | - 1000: | |
21 | - 5000: | |
22 | - read-write: | |
20 | + 1000(131832 B): | |
21 | + read-write: 13.414876s | |
22 | + 2000(270908 B): | |
23 | + read-write: 25.270484s | |
24 | + 5000(664204 B): | |
25 | + read-write: 64.528306s | |
26 | + | |
27 | + About 10MB/s | |
23 | 28 | """ |
24 | 29 | |
25 | 30 | ... | ... |