New issue
Advanced search Search tips

Issue 913152 link

Starred by 1 user

Issue metadata

Status: Assigned
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Document hack for getting pinpoint to try c++ benchmarks CLs

Project Member Reported by crouleau@chromium.org, Dec 8

Issue description

so the issue I think is that you can schedule pinpoint bisections from the chromeperf dashboard chromeperf.appspot.com. but try bot runs are scheduled from pinpoint ui directly using the '+' button. The pinpoint UI has Telemetry-specific stuff in it
So I'm thinking that I could try scheduling a "bisect" from the dashboard but then add a gerrit patch to that bisect
made a revert cl
https://chromium-review.googlesource.com/c/chromium/src/+/1368995
navigated to https://chromeperf.appspot.com/report?sid=22060564991bbe4e5c8d276a95aed821bb0312a96d1034b566f2dcfd2d52c383
https://pinpoint-dot-chromeperf.appspot.com/job/17c3de02140000
I clicked on the last point on the graph and started a performance bisect job
with that patch added
https://pinpoint-dot-chromeperf.appspot.com/job/17c3de02140000
 
Cc: st...@chromium.org dtu@chromium.org
Cc: bsheedy@chromium.org
Otherwise you can just do something like this if you don't want to use the ui:

tools/mb/mb.py run -s --no-default-dimensions -d device_type vega -d pool Chrome out/nougatbot/ chrome_public_test_vr_apk -- --num-retries 0 --shared-prefs-file=//chrome/android/shared_preference_files/test/vr_ddview_skipdon_setupcomplete.json --test-filter WebXrVrInputTest#testAppButtonLongPressDisplaysPermissions__ChromeTabbedActivity --repeat 4

(Thanks Brian!)
I think comment 2 maybe was meant for another crbug? We don't run android APKs for performance_browser_tests.
No, this is the correct bug. That is an example of how Brian's team run try jobs for their tests using swarming directly.
Replace the "-d <dimension> <value>" entries with whatever you need to run on the correct devices, replace "out/nougatbot" with whatever your actual output directory is, and "chrome_public_test_vr_apk" with whatever your test target is.

Then replace everything after the "--" with any arguments that you want to pass to the test. Should build the test and run it on swarming for you.

Sign in to add a comment