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

Side by Side Diff: appengine/monorail/benchmark/search-urls.txt

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 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 | « appengine/monorail/appengine_config.py ('k') | appengine/monorail/codereview.settings » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is govered by a BSD-style
3 # license that can be found in the LICENSE file or at
4 # https://developers.google.com/open-source/licenses/bsd
5
6 # This is a bunch of URLs that can be hit to measure performance.
7 # Use 'make siege' to run it.
8 # Or 'siege -c 4 -f benchmark/search-urls.txt'
9 #
10 # For a log of results of running performance tests see the
11 # go/monorail-performance spreadsheet.
12
13
14 # Use one of these lines to choose the server and project.
15 ISSUE_LIST=https://monorail-staging.appspot.com/p/chromium/issues/list?disable_c ache=1&
16 #ISSUE_LIST=https://code.google.com/p/chromium/issues/list?
17
18 # Log data shows that 68% of issue list page views have no query terms.
19 ${ISSUE_LIST}
20 ${ISSUE_LIST}
21 ${ISSUE_LIST}
22 ${ISSUE_LIST}
23 ${ISSUE_LIST}
24 ${ISSUE_LIST}
25 ${ISSUE_LIST}
26 ${ISSUE_LIST}
27 ${ISSUE_LIST}
28 ${ISSUE_LIST}
29 ${ISSUE_LIST}
30 ${ISSUE_LIST}
31 ${ISSUE_LIST}
32 ${ISSUE_LIST}
33 ${ISSUE_LIST}
34 ${ISSUE_LIST}
35 ${ISSUE_LIST}
36 ${ISSUE_LIST}
37 ${ISSUE_LIST}
38 ${ISSUE_LIST}
39 ${ISSUE_LIST}
40 ${ISSUE_LIST}
41 ${ISSUE_LIST}
42 ${ISSUE_LIST}
43 ${ISSUE_LIST}
44
45 ${ISSUE_LIST}can=1
46 ${ISSUE_LIST}can=1
47 ${ISSUE_LIST}can=3
48 ${ISSUE_LIST}can=4
49 ${ISSUE_LIST}q=label:Type-Bug
50 ${ISSUE_LIST}q=label:Pri-2
51 ${ISSUE_LIST}q=label:OS-Windows
52 ${ISSUE_LIST}q=status:Unconfirmed
53 ${ISSUE_LIST}q=status=Unconfirmed
54 ${ISSUE_LIST}q=status=Started
55 ${ISSUE_LIST}q=status=Untriaged
56 ${ISSUE_LIST}q=status=Started,Untriaged
57 ${ISSUE_LIST}q=-status=Started,Untriaged
58 ${ISSUE_LIST}can=1&q=status=Fixed
59 ${ISSUE_LIST}can=1&q=status=Duplicate
60 # Actually owner:me is pretty common, but specify the owner here since we ar not signed in.
61 ${ISSUE_LIST}q=owner=agl@chromium.org
62 ${ISSUE_LIST}q=owner=rch@chromium.org
63 ${ISSUE_LIST}q=owner=jon@chromium.org
64 ${ISSUE_LIST}q=owner=amit@chromium.org
65 ${ISSUE_LIST}q=cc:amit@chromium.org
66 ${ISSUE_LIST}q=owner:google.com
67 ${ISSUE_LIST}q=feature=nacl status:started
68 ${ISSUE_LIST}q=Hotlist=GoodFirstBug
69 ${ISSUE_LIST}q=has:restrict
70 ${ISSUE_LIST}q=feature=Printing
71 ${ISSUE_LIST}q=feature=Printing status=Available
72 ${ISSUE_LIST}q=feature=Printing -status=Available
73
74
75
OLDNEW
« no previous file with comments | « appengine/monorail/appengine_config.py ('k') | appengine/monorail/codereview.settings » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698