Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(63)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: infra/bots/recipes/upload_nano_results.expected/normal_bot.json
Issue
2364693003
:
Add swarming task for nanobench upload (Closed)
Patch Set: Add CPU dimension
Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
infra/bots/recipes/swarm_trigger.py
infra/bots/recipes/swarm_trigger.expected/Perf-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Release-Trybot.json
infra/bots/recipes/upload_nano_results.py
infra/bots/recipes/upload_nano_results.expected/normal_bot.json
infra/bots/recipes/upload_nano_results.expected/trybot.json
infra/bots/upload_nano_results.isolate
View unified diff
|
Download patch
« no previous file with comments
|
« infra/bots/recipes/upload_nano_results.py
('k') |
infra/bots/recipes/upload_nano_results.expected/trybot.json »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
[
2
{
3
"cmd": [
4
"python",
5
"-u",
6
"\nimport glob\nimport sys\nwith open(sys.argv[1], 'w') as f:\n f.write(' \\n'.join(glob.glob(sys.argv[2])))\n",
7
"/path/to/tmp/",
8
"nanobench*.json"
9
],
10
"cwd": "[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data",
11
"name": "find results"
12
},
13
{
14
"cmd": [
15
"gsutil",
16
"cp",
17
"-a",
18
"public-read",
19
"-z",
20
"json",
21
"[CWD]/perfdata/Test-Ubuntu-GCC-GCE-CPU-AVX2-x86_64-Debug/data/nanobench_a bc123.json",
22
"gs://skia-perf/nano-json-v1/2012/05/14/12/Test-Ubuntu-GCC-GCE-CPU-AVX2-x8 6_64-Debug/nanobench_abc123.json"
23
],
24
"name": "upload"
25
},
26
{
27
"name": "$result",
28
"recipe_result": null,
29
"status_code": 0
30
}
31
]
OLD
NEW
« no previous file with comments
|
« infra/bots/recipes/upload_nano_results.py
('k') |
infra/bots/recipes/upload_nano_results.expected/trybot.json »
('j') |
no next file with comments »
Issue 2364693003: Add swarming task for nanobench upload (Closed)
Created 4 years, 2 months ago by borenet2
Modified 4 years, 2 months ago
Reviewers: rmistry, jcgregorio, borenet
Base URL:
Comments: 8
This is Rietveld
408576698