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

Unified Diff: test/simdjs/generate.py

Issue 1144263002: Dropping iterations and speedup from perf results. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/simdjs/SimdJs.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/simdjs/generate.py
diff --git a/test/simdjs/generate.py b/test/simdjs/generate.py
index f2e55d98507f773fb0c8762537bffca9b7d1eb26..b100a94ae66694c322ec54fd3340d7c13cee311e 100755
--- a/test/simdjs/generate.py
+++ b/test/simdjs/generate.py
@@ -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],
« no previous file with comments | « test/simdjs/SimdJs.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698