Last active
May 1, 2019 17:16
-
-
Save chhetripradeep/b2962ea087ce39fc06896d61307b0345 to your computer and use it in GitHub Desktop.
Revisions
-
chhetripradeep revised this gist
May 1, 2019 . 1 changed file with 8 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,8 @@ --------------------------------------------------------------------------------------------- benchmark: 4 tests -------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- test_concat_rust 145.2740 (1.0) 541.5140 (1.0) 208.1202 (1.0) 70.6213 (1.05) 196.9000 (1.0) 131.0497 (3.36) 28;1 4.8049 (1.0) 113 1 test_concat_comprehensions 308.8310 (2.13) 849.9930 (1.57) 341.7398 (1.64) 67.2811 (1.0) 310.2720 (1.58) 39.0078 (1.0) 271;274 2.9262 (0.61) 3077 1 test_concat_join 378.2590 (2.60) 1,301.2560 (2.40) 443.2881 (2.13) 93.7567 (1.39) 426.2665 (2.16) 59.8375 (1.53) 128;134 2.2559 (0.47) 1548 1 test_concat_basic 410.0080 (2.82) 1,582.0720 (2.92) 491.9416 (2.36) 136.5298 (2.03) 461.9440 (2.35) 77.7342 (1.99) 233;267 2.0328 (0.42) 2055 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -
chhetripradeep created this gist
May 1, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ -------------------------------------------------------------------------------------------- benchmark: 4 tests -------------------------------------------------------------------------------------------- Name (time in us) Min Max Mean StdDev Median IQR Outliers OPS (Kops/s) Rounds Iterations ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ test_concat_rust 145.0520 (1.0) 700.1890 (1.0) 155.8841 (1.0) 37.2980 (1.0) 145.4905 (1.0) 0.3375 (1.0) 57;172 6.4150 (1.0) 852 1 test_concat_comprehensions 304.9300 (2.10) 5,996.1660 (8.56) 365.8673 (2.35) 202.1361 (5.42) 306.9605 (2.11) 40.3090 (119.43) 163;436 2.7332 (0.43) 3098 1 test_concat_join 373.3030 (2.57) 993.8650 (1.42) 392.5398 (2.52) 52.9091 (1.42) 374.8815 (2.58) 4.3920 (13.01) 96;321 2.5475 (0.40) 1438 1 test_concat_basic 405.4930 (2.80) 1,785.3980 (2.55) 444.6033 (2.85) 92.6526 (2.48) 406.5640 (2.79) 20.5190 (60.80) 248;444 2.2492 (0.35) 2276 1 ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------