-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun.log
208 lines (208 loc) · 9.09 KB
/
run.log
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.0274261 size=100000 generator=zero type=float threads=1
RESULT algo=std::sort time=0.0251303 size=100000 generator=zero type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.0347592 size=100000 generator=random type=float threads=1
RESULT algo=std::sort time=0.0324021 size=100000 generator=random type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.022136 size=100000 generator=zero type=int threads=1
RESULT algo=std::sort time=0.0210527 size=100000 generator=zero type=int threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.0298755 size=100000 generator=random type=int threads=1
RESULT algo=std::sort time=0.0285837 size=100000 generator=random type=int threads=1
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.0329941 size=100000 generator=zero type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.0222245 size=100000 generator=random type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.026816 size=100000 generator=zero type=int threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.0223953 size=100000 generator=random type=int threads=2
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.0337638 size=100000 generator=zero type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.0161378 size=100000 generator=random type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.0310891 size=100000 generator=zero type=int threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.0174537 size=100000 generator=random type=int threads=4
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.044848 size=100000 generator=zero type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.027517 size=100000 generator=random type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.0423386 size=100000 generator=zero type=int threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.0269119 size=100000 generator=random type=int threads=8
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.274263 size=1000000 generator=zero type=float threads=1
RESULT algo=std::sort time=0.275654 size=1000000 generator=zero type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.365217 size=1000000 generator=random type=float threads=1
RESULT algo=std::sort time=0.363865 size=1000000 generator=random type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.252914 size=1000000 generator=zero type=int threads=1
RESULT algo=std::sort time=0.253388 size=1000000 generator=zero type=int threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=0.343233 size=1000000 generator=random type=int threads=1
RESULT algo=std::sort time=0.33982 size=1000000 generator=random type=int threads=1
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.310777 size=1000000 generator=zero type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.212854 size=1000000 generator=random type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.282129 size=1000000 generator=zero type=int threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=0.197217 size=1000000 generator=random type=int threads=2
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.298554 size=1000000 generator=zero type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.116521 size=1000000 generator=random type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.283377 size=1000000 generator=zero type=int threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=0.107612 size=1000000 generator=random type=int threads=4
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.313662 size=1000000 generator=zero type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.106954 size=1000000 generator=random type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.289116 size=1000000 generator=zero type=int threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.104266 size=1000000 generator=random type=int threads=8
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=3.42518 size=10000000 generator=zero type=float threads=1
RESULT algo=std::sort time=3.42398 size=10000000 generator=zero type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=4.30476 size=10000000 generator=random type=float threads=1
RESULT algo=std::sort time=4.27983 size=10000000 generator=random type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=3.14543 size=10000000 generator=zero type=int threads=1
RESULT algo=std::sort time=3.1479 size=10000000 generator=zero type=int threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=3.95543 size=10000000 generator=random type=int threads=1
RESULT algo=std::sort time=3.98291 size=10000000 generator=random type=int threads=1
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=3.7177 size=10000000 generator=zero type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=2.3605 size=10000000 generator=random type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=3.40147 size=10000000 generator=zero type=int threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=2.21772 size=10000000 generator=random type=int threads=2
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=3.56658 size=10000000 generator=zero type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=1.20583 size=10000000 generator=random type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=3.28597 size=10000000 generator=zero type=int threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=1.12969 size=10000000 generator=random type=int threads=4
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=3.56006 size=10000000 generator=zero type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.92927 size=10000000 generator=random type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=3.27255 size=10000000 generator=zero type=int threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=0.896315 size=10000000 generator=random type=int threads=8
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=38.5291 size=100000000 generator=zero type=float threads=1
RESULT algo=std::sort time=38.5581 size=100000000 generator=zero type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=47.1836 size=100000000 generator=random type=float threads=1
RESULT algo=std::sort time=47.1792 size=100000000 generator=random type=float threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=35.3739 size=100000000 generator=zero type=int threads=1
RESULT algo=std::sort time=35.3739 size=100000000 generator=zero type=int threads=1
Initialized with 1 threads.
Correct.
RESULT algo=sample_sort time=44.9184 size=100000000 generator=random type=int threads=1
RESULT algo=std::sort time=44.8078 size=100000000 generator=random type=int threads=1
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=40.8477 size=100000000 generator=zero type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=26.0303 size=100000000 generator=random type=float threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=37.7807 size=100000000 generator=zero type=int threads=2
Initialized with 2 threads.
Correct.
RESULT algo=sample_sort time=24.7098 size=100000000 generator=random type=int threads=2
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=40.193 size=100000000 generator=zero type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=16.5535 size=100000000 generator=random type=float threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=36.682 size=100000000 generator=zero type=int threads=4
Initialized with 4 threads.
Correct.
RESULT algo=sample_sort time=12.6224 size=100000000 generator=random type=int threads=4
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=39.9438 size=100000000 generator=zero type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=9.87978 size=100000000 generator=random type=float threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=36.5109 size=100000000 generator=zero type=int threads=8
Initialized with 8 threads.
Correct.
RESULT algo=sample_sort time=9.75158 size=100000000 generator=random type=int threads=8