New issue
Advanced search Search tips

Issue 599562 link

Starred by 0 users

Issue metadata

Status: Duplicate
Merged: issue 599490
Owner:
Closed: Mar 2016
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: ----



Sign in to add a comment

29.7% regression in blob_storage.blob_storage at 384059:384100

Project Member Reported by dmu...@chromium.org, Mar 31 2016

Issue description

testing to see if this was the blob patch.
 

Comment 1 by dmu...@chromium.org, Mar 31 2016

All graphs for this bug:
  https://chromeperf.appspot.com/group_report?bug_id=599562

Original alerts at time of bug-filing:
  https://chromeperf.appspot.com/group_report?keys=agxzfmNocm9tZXBlcmZyFAsSB0Fub21hbHkYgICg8LvLvQoM


Bot(s) for this bug's original alert(s):

chromium-rel-mac-retina
Project Member

Comment 2 by 42576172...@developer.gserviceaccount.com, Mar 31 2016

Mergedinto: 599490
Status: Duplicate (was: Assigned)

===== BISECT JOB RESULTS =====
Status: completed


===== SUSPECTED CL(s) =====
Subject : [BlobAsync] Asynchronous Blob Construction Final Patch
Author  : dmurph
Commit description:
  This is the final patch that hooks up the blob storage system to the new
async protocol. In this patch we:
 * Hook up the new classes and modules we created in the previous patches.
 * Remove the old way of creating blobs.
 * Create a few classes like blob_message_filter and blob_dispatcher_host
   for handing IPC messages.

The result of this change makes renderer-initiated blob construction
asynchronous instead of synchronous. So constructing new blobs should be
faster, but the time from construction to read should be the same, as
the reading still has to wait for the blob to be transferred to the
browser.

Because we let the renderer continue before we've sent all of the data,
we use ChildProcess::AddRefProcess() system to keep the renderer alive
while we transfer data.

Patches:
1: https://codereview.chromium.org/1287303002 (committed!)
2: https://codereview.chromium.org/1288373002 (committed!)
3: https://codereview.chromium.org/1292523002 (committed!)
4: https://codereview.chromium.org/1098853003 (committed!)
Hookup: https://codereview.chromium.org/1234813004

BUG= 375297 

Review URL: https://codereview.chromium.org/1234813004

Cr-Commit-Position: refs/heads/master@{#384093}
Commit  : 1fb98480c61c563587cbb01de87cfad180fec942
Date    : Wed Mar 30 21:15:51 2016


===== TESTED REVISIONS =====
Revision                Mean Value  Std. Dev.   Num Values  Good?
chromium@384058         1.52743     0.025911    5           good
chromium@384079         1.518226    0.042108    5           good
chromium@384090         1.526074    0.009444    5           good
chromium@384092         1.504456    0.011305    5           good
chromium@384093         2.041738    0.065705    5           bad         <-
chromium@384095         1.986743    0.029164    5           bad
chromium@384100         1.986923    0.051708    5           bad

Bisect job ran on: mac_retina_perf_bisect
Bug ID: 599562

Test Command: src/tools/perf/run_benchmark -v --browser=release --output-format=chartjson --also-run-disabled-tests blob_storage.blob_storage
Test Metric: Action_CreateAndReadBlob-blob-reads/Action_CreateAndReadBlob-blob-reads
Relative Change: 30.08%
Score: 99.9

Buildbot stdio: http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_bisect/builds/1234
Job details: https://chromeperf.appspot.com/buildbucket_job_status/9016651994789066976


Not what you expected? We'll investigate and get back to you!
  https://chromeperf.appspot.com/bad_bisect?try_job_id=599562

| O O | Visit http://www.chromium.org/developers/speed-infra/perf-bug-faq
|  X  | for more information addressing perf regression bugs. For feedback,
| / \ | file a bug with component Tests>AutoBisect.  Thank you!
Project Member

Comment 3 by 42576172...@developer.gserviceaccount.com, Mar 31 2016


===== BISECT JOB RESULTS =====
Status: completed


===== SUSPECTED CL(s) =====
Subject : [BlobAsync] Asynchronous Blob Construction Final Patch
Author  : dmurph
Commit description:
  This is the final patch that hooks up the blob storage system to the new
async protocol. In this patch we:
 * Hook up the new classes and modules we created in the previous patches.
 * Remove the old way of creating blobs.
 * Create a few classes like blob_message_filter and blob_dispatcher_host
   for handing IPC messages.

The result of this change makes renderer-initiated blob construction
asynchronous instead of synchronous. So constructing new blobs should be
faster, but the time from construction to read should be the same, as
the reading still has to wait for the blob to be transferred to the
browser.

Because we let the renderer continue before we've sent all of the data,
we use ChildProcess::AddRefProcess() system to keep the renderer alive
while we transfer data.

Patches:
1: https://codereview.chromium.org/1287303002 (committed!)
2: https://codereview.chromium.org/1288373002 (committed!)
3: https://codereview.chromium.org/1292523002 (committed!)
4: https://codereview.chromium.org/1098853003 (committed!)
Hookup: https://codereview.chromium.org/1234813004

BUG= 375297 

Review URL: https://codereview.chromium.org/1234813004

Cr-Commit-Position: refs/heads/master@{#384093}
Commit  : 1fb98480c61c563587cbb01de87cfad180fec942
Date    : Wed Mar 30 21:15:51 2016


===== TESTED REVISIONS =====
Revision                Mean Value  Std. Dev.   Num Values  Good?
chromium@384058         1.503618    0.021536    5           good
chromium@384079         1.471371    0.014828    5           good
chromium@384090         1.498168    0.011979    5           good
chromium@384092         1.508458    0.044037    5           good
chromium@384093         2.029464    0.054898    5           bad         <-
chromium@384095         1.957382    0.048206    5           bad
chromium@384100         1.957811    0.050457    5           bad

Bisect job ran on: mac_retina_perf_bisect
Bug ID: 599562

Test Command: src/tools/perf/run_benchmark -v --browser=release --output-format=chartjson --also-run-disabled-tests blob_storage.blob_storage
Test Metric: Action_CreateAndReadBlob-blob-reads/Action_CreateAndReadBlob-blob-reads
Relative Change: 30.21%
Score: 99.9

Buildbot stdio: http://build.chromium.org/p/tryserver.chromium.perf/builders/mac_retina_perf_bisect/builds/1235
Job details: https://chromeperf.appspot.com/buildbucket_job_status/9016651986186174864


Not what you expected? We'll investigate and get back to you!
  https://chromeperf.appspot.com/bad_bisect?try_job_id=599562

| O O | Visit http://www.chromium.org/developers/speed-infra/perf-bug-faq
|  X  | for more information addressing perf regression bugs. For feedback,
| / \ | file a bug with component Tests>AutoBisect.  Thank you!

Sign in to add a comment