Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(331)

Side by Side Diff: test/simdjs/SimdJs.json

Issue 1146073002: Add perf json for simd.js benchmarks. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: dump json Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | test/simdjs/generate.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "tests": [
3 {
4 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
5 "tests": [
6 {
7 "name": "SIMD"
8 },
9 {
10 "name": "Non-SIMD"
11 },
12 {
13 "units": "score",
14 "name": "Speedup"
15 },
16 {
17 "units": "count",
18 "name": "Iterations"
19 }
20 ],
21 "main": "test/simdjs/harness-finish.js",
22 "flags": [
23 "test/simdjs/data/src/benchmarks/kernel-template.js"
24 ],
25 "name": "kernel-template"
26 },
27 {
28 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
29 "tests": [
30 {
31 "name": "SIMD"
32 },
33 {
34 "name": "Non-SIMD"
35 },
36 {
37 "units": "score",
38 "name": "Speedup"
39 },
40 {
41 "units": "count",
42 "name": "Iterations"
43 }
44 ],
45 "main": "test/simdjs/harness-finish.js",
46 "flags": [
47 "test/simdjs/data/src/benchmarks/averageFloat32x4.js"
48 ],
49 "name": "averageFloat32x4"
50 },
51 {
52 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
53 "tests": [
54 {
55 "name": "SIMD"
56 },
57 {
58 "name": "Non-SIMD"
59 },
60 {
61 "units": "score",
62 "name": "Speedup"
63 },
64 {
65 "units": "count",
66 "name": "Iterations"
67 }
68 ],
69 "main": "test/simdjs/harness-finish.js",
70 "flags": [
71 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js"
72 ],
73 "name": "averageFloat32x4LoadFromInt8Array"
74 },
75 {
76 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
77 "tests": [
78 {
79 "name": "SIMD"
80 },
81 {
82 "name": "Non-SIMD"
83 },
84 {
85 "units": "score",
86 "name": "Speedup"
87 },
88 {
89 "units": "count",
90 "name": "Iterations"
91 }
92 ],
93 "main": "test/simdjs/harness-finish.js",
94 "flags": [
95 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js"
96 ],
97 "name": "averageFloat32x4LoadX"
98 },
99 {
100 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
101 "tests": [
102 {
103 "name": "SIMD"
104 },
105 {
106 "name": "Non-SIMD"
107 },
108 {
109 "units": "score",
110 "name": "Speedup"
111 },
112 {
113 "units": "count",
114 "name": "Iterations"
115 }
116 ],
117 "main": "test/simdjs/harness-finish.js",
118 "flags": [
119 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js"
120 ],
121 "name": "averageFloat32x4LoadXY"
122 },
123 {
124 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
125 "tests": [
126 {
127 "name": "SIMD"
128 },
129 {
130 "name": "Non-SIMD"
131 },
132 {
133 "units": "score",
134 "name": "Speedup"
135 },
136 {
137 "units": "count",
138 "name": "Iterations"
139 }
140 ],
141 "main": "test/simdjs/harness-finish.js",
142 "flags": [
143 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js"
144 ],
145 "name": "averageFloat32x4LoadXYZ"
146 },
147 {
148 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
149 "tests": [
150 {
151 "name": "SIMD"
152 },
153 {
154 "name": "Non-SIMD"
155 },
156 {
157 "units": "score",
158 "name": "Speedup"
159 },
160 {
161 "units": "count",
162 "name": "Iterations"
163 }
164 ],
165 "main": "test/simdjs/harness-finish.js",
166 "flags": [
167 "test/simdjs/data/src/benchmarks/averageFloat64x2.js"
168 ],
169 "name": "averageFloat64x2"
170 },
171 {
172 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
173 "tests": [
174 {
175 "name": "SIMD"
176 },
177 {
178 "name": "Non-SIMD"
179 },
180 {
181 "units": "score",
182 "name": "Speedup"
183 },
184 {
185 "units": "count",
186 "name": "Iterations"
187 }
188 ],
189 "main": "test/simdjs/harness-finish.js",
190 "flags": [
191 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js"
192 ],
193 "name": "averageFloat64x2Load"
194 },
195 {
196 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
197 "tests": [
198 {
199 "name": "SIMD"
200 },
201 {
202 "name": "Non-SIMD"
203 },
204 {
205 "units": "score",
206 "name": "Speedup"
207 },
208 {
209 "units": "count",
210 "name": "Iterations"
211 }
212 ],
213 "main": "test/simdjs/harness-finish.js",
214 "flags": [
215 "test/simdjs/data/src/benchmarks/mandelbrot.js"
216 ],
217 "name": "mandelbrot"
218 },
219 {
220 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
221 "tests": [
222 {
223 "name": "SIMD"
224 },
225 {
226 "name": "Non-SIMD"
227 },
228 {
229 "units": "score",
230 "name": "Speedup"
231 },
232 {
233 "units": "count",
234 "name": "Iterations"
235 }
236 ],
237 "main": "test/simdjs/harness-finish.js",
238 "flags": [
239 "test/simdjs/data/src/benchmarks/matrix-multiplication.js"
240 ],
241 "name": "matrix-multiplication"
242 },
243 {
244 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
245 "tests": [
246 {
247 "name": "SIMD"
248 },
249 {
250 "name": "Non-SIMD"
251 },
252 {
253 "units": "score",
254 "name": "Speedup"
255 },
256 {
257 "units": "count",
258 "name": "Iterations"
259 }
260 ],
261 "main": "test/simdjs/harness-finish.js",
262 "flags": [
263 "test/simdjs/data/src/benchmarks/transform.js"
264 ],
265 "name": "transform"
266 },
267 {
268 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
269 "tests": [
270 {
271 "name": "SIMD"
272 },
273 {
274 "name": "Non-SIMD"
275 },
276 {
277 "units": "score",
278 "name": "Speedup"
279 },
280 {
281 "units": "count",
282 "name": "Iterations"
283 }
284 ],
285 "main": "test/simdjs/harness-finish.js",
286 "flags": [
287 "test/simdjs/data/src/benchmarks/shiftrows.js"
288 ],
289 "name": "shiftrows"
290 },
291 {
292 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
293 "tests": [
294 {
295 "name": "SIMD"
296 },
297 {
298 "name": "Non-SIMD"
299 },
300 {
301 "units": "score",
302 "name": "Speedup"
303 },
304 {
305 "units": "count",
306 "name": "Iterations"
307 }
308 ],
309 "main": "test/simdjs/harness-finish.js",
310 "flags": [
311 "test/simdjs/data/src/benchmarks/transpose4x4.js"
312 ],
313 "name": "transpose4x4"
314 },
315 {
316 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
317 "tests": [
318 {
319 "name": "SIMD"
320 },
321 {
322 "name": "Non-SIMD"
323 },
324 {
325 "units": "score",
326 "name": "Speedup"
327 },
328 {
329 "units": "count",
330 "name": "Iterations"
331 }
332 ],
333 "main": "test/simdjs/harness-finish.js",
334 "flags": [
335 "test/simdjs/data/src/benchmarks/inverse4x4.js"
336 ],
337 "name": "inverse4x4"
338 },
339 {
340 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
341 "tests": [
342 {
343 "name": "SIMD"
344 },
345 {
346 "name": "Non-SIMD"
347 },
348 {
349 "units": "score",
350 "name": "Speedup"
351 },
352 {
353 "units": "count",
354 "name": "Iterations"
355 }
356 ],
357 "main": "test/simdjs/harness-finish.js",
358 "flags": [
359 "test/simdjs/data/src/benchmarks/sinx4.js"
360 ],
361 "name": "sinx4"
362 },
363 {
364 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
365 "tests": [
366 {
367 "name": "SIMD"
368 },
369 {
370 "name": "Non-SIMD"
371 },
372 {
373 "units": "score",
374 "name": "Speedup"
375 },
376 {
377 "units": "count",
378 "name": "Iterations"
379 }
380 ],
381 "main": "test/simdjs/harness-finish.js",
382 "flags": [
383 "test/simdjs/data/src/benchmarks/memset.js"
384 ],
385 "name": "memset"
386 },
387 {
388 "results_regexp": "%s\\([ ]*([0-9.]+)(ms)?\\)",
389 "tests": [
390 {
391 "name": "SIMD"
392 },
393 {
394 "name": "Non-SIMD"
395 },
396 {
397 "units": "score",
398 "name": "Speedup"
399 },
400 {
401 "units": "count",
402 "name": "Iterations"
403 }
404 ],
405 "main": "test/simdjs/harness-finish.js",
406 "flags": [
407 "test/simdjs/data/src/benchmarks/memcpy.js"
408 ],
409 "name": "memcpy"
410 }
411 ],
412 "flags": [
413 "--harmony-object",
414 "test/simdjs/harness-adapt.js"
415 ],
416 "name": "SIMDJS",
417 "run_count": 5,
418 "units": "ms",
419 "path": [
420 "../../"
421 ],
422 "total": true,
423 "resources": [
424 "test/simdjs/data/src/benchmarks/base.js",
425 "test/simdjs/data/src/ecmascript_simd.js",
426 "test/simdjs/data/src/benchmarks/kernel-template.js",
427 "test/simdjs/data/src/benchmarks/averageFloat32x4.js",
428 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadFromInt8Array.js",
429 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadX.js",
430 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXY.js",
431 "test/simdjs/data/src/benchmarks/averageFloat32x4LoadXYZ.js",
432 "test/simdjs/data/src/benchmarks/averageFloat64x2.js",
433 "test/simdjs/data/src/benchmarks/averageFloat64x2Load.js",
434 "test/simdjs/data/src/benchmarks/mandelbrot.js",
435 "test/simdjs/data/src/benchmarks/matrix-multiplication.js",
436 "test/simdjs/data/src/benchmarks/transform.js",
437 "test/simdjs/data/src/benchmarks/shiftrows.js",
438 "test/simdjs/data/src/benchmarks/transpose4x4.js",
439 "test/simdjs/data/src/benchmarks/inverse4x4.js",
440 "test/simdjs/data/src/benchmarks/sinx4.js",
441 "test/simdjs/data/src/benchmarks/memset.js",
442 "test/simdjs/data/src/benchmarks/memcpy.js"
443 ]
444 }
OLDNEW
« no previous file with comments | « no previous file | test/simdjs/generate.py » ('j') | test/simdjs/generate.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698