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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2748073003: Run net_perftests on Linux perf bots (Closed)
Patch Set: rebased Created 3 years, 6 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 | « testing/buildbot/chromium.perf.json ('k') | tools/perf/benchmark.csv » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # This is a .pyl, or "Python Literal", file. You can treat it just like a 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a
6 # .json file, with the following exceptions: 6 # .json file, with the following exceptions:
7 # * all keys must be quoted (use single quotes, please); 7 # * all keys must be quoted (use single quotes, please);
8 # * comments are allowed, using '#' syntax; and 8 # * comments are allowed, using '#' syntax; and
9 # * trailing commas are allowed. 9 # * trailing commas are allowed.
10 10
(...skipping 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 }, 753 },
754 "nacl_loader_unittests": { 754 "nacl_loader_unittests": {
755 "label": "//components/nacl/loader:nacl_loader_unittests", 755 "label": "//components/nacl/loader:nacl_loader_unittests",
756 "type": "raw", 756 "type": "raw",
757 "args": [], 757 "args": [],
758 }, 758 },
759 "net_junit_tests": { 759 "net_junit_tests": {
760 "label": "//net/android:net_junit_tests", 760 "label": "//net/android:net_junit_tests",
761 "type": "junit_test", 761 "type": "junit_test",
762 }, 762 },
763 "net_perftests": {
764 "label": "//net:net_perftests",
765 "type": "script",
766 "script": "//testing/scripts/run_gtest_perf_test.py",
767 "args": [
768 "net_perftests",
769 ],
770 },
763 "net_unittests": { 771 "net_unittests": {
764 "label": "//net:net_unittests", 772 "label": "//net:net_unittests",
765 "type": "console_test_launcher", 773 "type": "console_test_launcher",
766 }, 774 },
767 "next_version_mini_installer": { 775 "next_version_mini_installer": {
768 "label": "//chrome/installer/mini_installer:next_version_mini_installer", 776 "label": "//chrome/installer/mini_installer:next_version_mini_installer",
769 "type": "additional_compile_target", 777 "type": "additional_compile_target",
770 }, 778 },
771 "ozone_unittests": { 779 "ozone_unittests": {
772 "label": "//ui/ozone:ozone_unittests", 780 "label": "//ui/ozone:ozone_unittests",
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1090 }, 1098 },
1091 "wm_unittests": { 1099 "wm_unittests": {
1092 "label": "//ui/wm:wm_unittests", 1100 "label": "//ui/wm:wm_unittests",
1093 "type": "windowed_test_launcher", 1101 "type": "windowed_test_launcher",
1094 }, 1102 },
1095 "wtf_unittests": { 1103 "wtf_unittests": {
1096 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", 1104 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests",
1097 "type": "console_test_launcher", 1105 "type": "console_test_launcher",
1098 }, 1106 },
1099 } 1107 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.perf.json ('k') | tools/perf/benchmark.csv » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698