Skip to content

Commit

Permalink
Results from my test run for concat strings in py2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pykler committed Jun 16, 2013
1 parent 1fadfd2 commit e823ef7
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 0 deletions.
118 changes: 118 additions & 0 deletions concat-test/results/results.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
,plus,join,format
1,0.211,0.360,0.349
2,0.280,0.464,0.436
3,0.343,0.513,0.503
4,0.415,0.560,0.571
5,0.459,0.586,0.589
6,0.511,0.623,0.639
7,0.565,0.663,0.691
8,0.615,0.701,0.784
9,0.674,0.745,0.804
10,0.724,0.777,0.858
11,0.828,0.844,0.958
12,0.891,0.939,0.987
13,0.983,0.958,1.080
14,0.989,0.969,1.080
15,1.071,0.999,1.138
16,1.130,1.093,1.174
17,1.200,1.102,1.226
18,1.260,1.138,1.323
19,1.338,1.167,1.354
20,1.446,1.323,1.467
21,1.507,1.280,1.483
22,1.552,1.334,1.629
23,1.694,1.354,1.613
24,1.795,1.418,1.722
25,1.783,1.412,1.682
26,1.979,1.636,1.962
27,2.099,1.699,2.008
28,2.099,1.762,2.119
29,2.135,1.795,2.199
30,2.305,1.776,2.270
31,2.344,1.799,2.254
32,2.359,1.863,2.260
33,2.441,1.888,2.387
34,2.547,1.927,2.349
35,2.594,2.053,2.455
36,2.620,1.969,2.475
37,2.708,2.122,2.512
38,2.768,2.090,2.679
39,2.896,2.206,2.596
40,2.878,2.284,2.746
41,2.976,2.285,2.811
42,3.015,2.305,2.919
43,3.179,2.371,2.998
44,3.175,2.380,2.892
45,3.244,2.480,2.968
46,3.299,2.499,3.039
47,3.390,2.542,3.095
48,3.455,2.534,3.095
49,3.574,2.592,3.217
50,3.573,2.698,3.199
51,3.730,2.621,3.229
52,3.685,2.808,3.255
53,3.780,2.663,3.283
54,3.774,2.767,3.327
55,3.988,2.732,3.460
56,3.993,2.800,3.533
57,4.092,2.835,3.555
58,4.045,2.887,3.556
59,4.139,2.946,3.583
60,4.213,2.984,3.863
61,4.390,2.957,3.966
62,4.308,2.921,3.918
63,4.449,3.009,3.979
64,4.443,3.129,4.125
65,4.594,3.302,4.061
66,4.601,3.265,4.179
67,4.684,3.146,4.222
68,4.766,3.158,4.196
69,4.869,3.348,4.455
70,4.819,3.254,4.458
71,4.990,3.535,4.478
72,5.270,3.632,4.365
73,5.297,3.657,4.537
74,5.240,3.811,4.504
75,5.441,3.547,4.707
76,5.502,3.568,4.594
77,5.573,3.715,4.643
78,5.474,3.589,4.629
79,5.679,3.659,4.747
80,5.786,3.713,4.885
81,5.881,3.867,5.126
82,5.805,3.843,4.931
83,6.031,3.849,4.983
84,6.114,3.869,5.136
85,6.049,3.855,5.074
86,6.143,3.847,5.004
87,6.246,3.897,5.347
88,6.338,4.027,5.316
89,6.345,3.942,5.190
90,6.407,4.003,5.257
91,6.496,4.099,5.269
92,6.567,4.126,5.358
93,6.631,4.253,5.479
94,6.814,4.330,5.421
95,6.871,4.188,5.644
96,6.800,4.261,5.557
97,6.887,4.366,5.651
98,6.878,4.580,5.650
99,7.115,4.508,5.712
100,7.301,4.454,5.665
101,7.128,4.471,5.828
102,7.501,4.543,5.995
103,7.409,4.566,5.974
104,7.404,4.588,5.954
105,7.598,4.664,6.102
106,7.567,4.711,6.270
107,7.548,4.777,6.068
108,7.918,4.806,6.099
109,7.943,4.748,6.205
110,8.226,4.966,6.196
111,8.220,4.827,6.192
112,8.359,4.850,6.430
113,8.536,5.089,6.360
114,8.437,5.231,6.501
115,8.627,5.084,6.471
116,8.698,4.967,6.765
117,8.975,5.234,6.579
158 changes: 158 additions & 0 deletions concat-test/results/results.gc.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
,plus,join,format
1,0.209,0.401,0.340
2,0.284,0.469,0.439
3,0.341,0.514,0.503
4,0.419,0.568,0.579
5,0.464,0.590,0.598
6,0.510,0.621,0.639
7,0.565,0.694,0.695
8,0.617,0.741,0.761
9,0.679,0.753,0.803
10,0.727,0.809,0.855
11,0.838,0.877,0.987
12,0.916,0.928,0.992
13,0.957,0.962,1.047
14,0.994,1.012,1.093
15,1.074,1.054,1.130
16,1.127,1.055,1.181
17,1.200,1.095,1.234
18,1.263,1.128,1.325
19,1.343,1.179,1.339
20,1.462,1.263,1.480
21,1.512,1.305,1.531
22,1.593,1.396,1.568
23,1.713,1.389,1.583
24,1.722,1.478,1.689
25,1.822,1.534,1.768
26,1.924,1.587,2.028
27,2.002,1.656,2.023
28,2.071,1.765,2.127
29,2.098,1.745,2.179
30,2.157,1.758,2.225
31,2.259,1.867,2.189
32,2.337,1.854,2.236
33,2.377,1.857,2.262
34,2.446,1.896,2.310
35,2.607,2.146,2.508
36,2.582,2.039,2.435
37,2.648,2.123,2.491
38,2.713,2.196,2.545
39,2.814,2.207,2.598
40,2.859,2.219,2.676
41,2.928,2.250,2.799
42,2.981,2.382,2.799
43,3.232,2.485,2.892
44,3.268,2.441,2.888
45,3.323,2.544,2.927
46,3.435,2.509,3.012
47,3.376,2.460,3.099
48,3.557,2.498,3.223
49,3.545,2.586,3.163
50,3.609,2.582,3.183
51,3.765,2.576,3.310
52,3.778,2.591,3.311
53,3.846,2.624,3.411
54,3.831,2.708,3.458
55,3.947,2.827,3.451
56,4.013,2.781,3.526
57,4.074,2.915,3.552
58,4.178,2.880,3.729
59,4.292,2.873,3.654
60,4.312,2.889,3.855
61,4.270,3.016,3.883
62,4.375,2.957,3.969
63,4.535,3.027,4.133
64,4.601,3.041,4.027
65,4.679,3.082,4.116
66,4.777,3.159,4.206
67,4.808,3.153,4.234
68,4.878,3.183,4.313
69,4.890,3.180,4.361
70,4.914,3.247,4.280
71,5.020,3.327,4.429
72,5.043,3.431,4.442
73,5.116,3.453,4.463
74,5.239,3.517,4.532
75,5.291,3.574,4.495
76,5.267,3.585,4.629
77,5.380,3.678,4.656
78,5.396,3.673,4.688
79,5.490,3.653,4.663
80,5.695,3.773,4.729
81,5.608,3.831,4.878
82,5.674,3.839,4.952
83,5.752,3.808,4.900
84,5.806,3.821,4.871
85,5.962,3.876,5.210
86,6.122,4.081,5.159
87,6.138,4.019,5.183
88,6.140,4.013,5.243
89,6.222,4.135,5.208
90,6.303,4.009,5.404
91,6.308,4.165,5.250
92,6.576,4.188,5.245
93,6.408,4.293,5.384
94,6.623,4.158,5.586
95,6.639,4.487,5.396
96,6.812,4.469,5.498
97,6.807,4.657,5.635
98,6.846,4.626,5.590
99,6.901,4.583,5.667
100,7.228,4.368,5.715
101,7.024,4.656,5.691
102,7.149,4.553,5.869
103,7.182,4.544,5.866
104,7.228,4.588,6.120
105,7.420,4.634,5.936
106,7.560,4.583,6.008
107,7.422,4.714,6.064
108,7.576,5.186,6.148
109,7.836,5.120,6.279
110,7.866,5.291,6.250
111,7.900,5.336,6.375
112,8.064,5.337,6.352
113,8.118,5.476,6.412
114,8.147,5.470,6.455
115,8.202,5.446,6.670
116,8.351,5.184,6.524
117,8.432,5.171,6.703
118,8.395,5.120,6.634
119,8.711,5.277,7.162
120,8.723,5.658,7.179
121,8.839,5.817,7.268
122,8.917,6.008,7.246
123,9.061,5.929,7.031
124,9.241,6.049,7.369
125,9.291,6.110,7.237
126,9.170,6.036,7.009
127,9.358,6.105,7.737
128,9.500,6.018,7.633
129,10.182,6.168,7.757
130,9.595,6.037,7.628
131,9.723,6.138,7.705
132,9.634,6.176,7.902
133,10.215,6.295,7.921
134,9.990,5.915,7.379
135,10.171,5.936,7.348
136,10.181,6.135,7.496
137,10.457,5.975,7.540
138,10.298,6.066,7.631
139,10.335,6.741,7.660
140,10.340,6.652,7.915
141,10.367,6.578,7.817
142,10.566,6.540,7.690
143,10.666,6.697,7.837
144,10.789,6.584,7.805
145,11.037,6.696,8.098
146,10.896,6.257,8.116
147,11.276,6.456,8.046
148,11.364,6.269,8.197
149,11.147,6.463,8.198
150,11.297,6.479,8.005
151,11.560,6.476,8.300
152,11.431,6.362,8.445
153,11.465,6.505,8.297
154,11.605,7.141,8.564
155,11.804,6.580,8.433
156,12.089,6.525,8.417
157,11.967,6.825,8.412

0 comments on commit e823ef7

Please sign in to comment.