Commit d04de62b authored by bradnelson's avatar bradnelson Committed by Commit bot

Dropping iterations and speedup from perf results.

The dashboard displays everything on one scale.
This isn't very useful.
Dropping these two fields as they're not really that
interesting anyway.

BUG=https://code.google.com/p/v8/issues/detail?id=4124
LOG=N
TEST=None
NOTRY=true
TBR=machenbach@chromium.org

Review URL: https://codereview.chromium.org/1144263002

Cr-Commit-Position: refs/heads/master@{#28548}
parent 8925b848
......@@ -31,7 +31,7 @@
"test/simdjs/data/src/benchmarks/memcpy.js"
],
"run_count": 5,
"run_count_android_arm": 3,
"run_count_android_arm": 1,
"run_count_android_arm64": 3,
"run_count_arm": 3,
"tests": [
......@@ -48,14 +48,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -72,14 +64,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -96,14 +80,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -120,14 +96,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -144,14 +112,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -168,14 +128,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -192,14 +144,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -216,14 +160,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -240,14 +176,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -264,14 +192,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -288,14 +208,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -312,14 +224,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -336,14 +240,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -360,14 +256,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -384,14 +272,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -408,14 +288,6 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
},
......@@ -432,19 +304,11 @@
},
{
"name": "Non-SIMD"
},
{
"name": "Speedup",
"units": "score"
},
{
"name": "Iterations",
"units": "count"
}
]
}
],
"timeout_android_arm": 120,
"timeout_android_arm": 180,
"timeout_android_arm64": 120,
"timeout_arm": 120,
"units": "ms"
......
......@@ -29,10 +29,10 @@ output = {
'name': 'SIMDJS',
'run_count': 5,
'run_count_arm': 3,
'run_count_android_arm': 3,
'run_count_android_arm': 1,
'run_count_android_arm64': 3,
'timeout_arm': 120,
'timeout_android_arm': 120,
'timeout_android_arm': 180,
'timeout_android_arm64': 120,
'units': 'ms',
'resources': [
......@@ -52,8 +52,6 @@ output = {
'tests': [
{'name': 'SIMD'},
{'name': 'Non-SIMD'},
{'name': 'Speedup', 'units': 'score'},
{'name': 'Iterations', 'units': 'count'}
]
}
for test in tests],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment