-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbenchmarks-history.txt
More file actions
36 lines (31 loc) · 5.6 KB
/
benchmarks-history.txt
File metadata and controls
36 lines (31 loc) · 5.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
------------------------------------------------------------------------------ benchmark 'test_build_tree': 3 tests ------------------------------------------------------------------------------
Name (time in ms) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_build_tree (0002_8ed088b) 11.2994 (1.0) 16.5408 (1.29) 11.4678 (1.0) 0.5585 (1.90) 11.3520 (1.0) 0.1318 (1.15) 1;7 87.2009 (1.0) 89 1
test_build_tree (0003_69dc460) 11.3510 (1.00) 13.5391 (1.05) 11.5501 (1.01) 0.3038 (1.03) 11.4624 (1.01) 0.1144 (1.0) 6;9 86.5791 (0.99) 88 1
test_build_tree (0001_d72cab7) 11.3684 (1.01) 12.8688 (1.0) 11.5665 (1.01) 0.2936 (1.0) 11.4566 (1.01) 0.1467 (1.28) 8;9 86.4565 (0.99) 89 1
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------- benchmark 'test_intersect_tree': 3 tests -------------------------------------------------------------------------------
Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_intersect_tree (0003_69dc460) 4.1180 (1.0) 26.9350 (1.63) 4.4498 (1.0) 0.7326 (2.09) 4.2980 (1.0) 0.0505 (1.01) 5881;8152 224.7308 (1.0) 118963 2
test_intersect_tree (0002_8ed088b) 4.2930 (1.04) 20.2025 (1.22) 4.4763 (1.01) 0.3499 (1.0) 4.4385 (1.03) 0.0500 (1.0) 1850;3134 223.4008 (0.99) 115527 2
test_intersect_tree (0001_d72cab7) 4.3380 (1.05) 16.5465 (1.0) 4.5334 (1.02) 0.3540 (1.01) 4.4930 (1.05) 0.0600 (1.20) 1948;3670 220.5828 (0.98) 115128 2
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------- benchmark 'test_rtree_multiclass_nms': 3 tests -----------------------------------------------------------------------------
Name (time in ms) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_rtree_multiclass_nms (0003_69dc460) 7.8668 (1.0) 10.1693 (1.07) 8.0802 (1.0) 0.3635 (1.46) 7.9950 (1.0) 0.1823 (4.58) 9;9 123.7599 (1.0) 128 1
test_rtree_multiclass_nms (0002_8ed088b) 8.0643 (1.03) 10.8593 (1.14) 8.1747 (1.01) 0.2483 (1.0) 8.1483 (1.02) 0.0577 (1.45) 2;5 122.3291 (0.99) 124 1
test_rtree_multiclass_nms (0001_d72cab7) 8.0927 (1.03) 9.5442 (1.0) 8.2275 (1.02) 0.2975 (1.20) 8.1411 (1.02) 0.0398 (1.0) 9;20 121.5429 (0.98) 124 1
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------ benchmark 'test_rtree_nms': 3 tests ------------------------------------------------------------------------------
Name (time in ms) Min Max Mean StdDev Median IQR Outliers OPS Rounds Iterations
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
test_rtree_nms (0003_69dc460) 12.1528 (1.0) 12.5030 (1.0) 12.2967 (1.0) 0.0767 (1.0) 12.2931 (1.0) 0.0925 (1.44) 26;1 81.3224 (1.0) 83 1
test_rtree_nms (0001_d72cab7) 12.2477 (1.01) 13.9284 (1.11) 12.3987 (1.01) 0.2409 (3.14) 12.3581 (1.01) 0.0836 (1.30) 2;2 80.6535 (0.99) 82 1
test_rtree_nms (0002_8ed088b) 12.4029 (1.02) 14.2413 (1.14) 12.5280 (1.02) 0.2409 (3.14) 12.4890 (1.02) 0.0642 (1.0) 2;4 79.8214 (0.98) 82 1
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Legend:
Outliers: 1 Standard Deviation from Mean; 1.5 IQR (InterQuartile Range) from 1st Quartile and 3rd Quartile.
OPS: Operations Per Second, computed as 1 / Mean