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: chrome/test/functional/perf.cfg

Issue 10834239: Configuration file for Chrome perf and endure tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Configuration work for both perf.py and perf_endure.py Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | chrome/test/functional/perf.py » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Configuration file for pyauto perf tests.
2 # This file is used to specify google account credential and
dennis_jeffrey 2012/08/15 01:21:17 credential --> credentials
fdeng1 2012/08/16 17:42:49 Done.
3 # customized google account, gmail, docs, plus urls if you don't want to use
4 # the public urls of these services. It is formated as a python dictionary.
dennis_jeffrey 2012/08/15 01:21:17 formated --> formatted
fdeng1 2012/08/16 17:42:49 Done.
5 #
6 # If you are external to Google, you must use this file.
7 # If you are internal to Google, you can skip this file and tests
8 # will try to use internal credential file.
9 # Example:
10 #{
11 # "username": "my_username",
12 # "password": "my_password",
13 # "google_account_url": "https://my-google-account-server",
14 # # Settings bellow are only effective for perf_endure.py
fdeng1 2012/08/11 00:11:27 Do we want to allow perf.py to use alternative gma
dennis_jeffrey 2012/08/15 01:21:17 bellow --> below
dennis_jeffrey 2012/08/15 01:21:17 probably not. they should just be able to use cus
fdeng1 2012/08/16 17:42:49 Done.
15 # "gmail_url": "https://my-gmail-server",
16 # "plus_url": "https://my-plus-server",
17 # "docs_url": "https://my-docs-server",
18 #}
19 # If the url for a google service is not specified, the public one
20 # will be used.
21 {
22 # Empty configuration.
dennis_jeffrey 2012/08/15 01:21:17 Rather than having a comment above to show all the
fdeng1 2012/08/16 17:42:49 Done.
23 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/functional/perf.py » ('j') | chrome/test/functional/perf.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698