Page MenuHomePhabricator

Improve performance of generating synthetic changesets
ClosedPublic

Authored by epriestley on May 6 2015, 1:02 AM.
Tags
None
Referenced Files
F13217497: D12730.id.diff
Sat, May 18, 5:50 AM
F13203959: D12730.diff
Wed, May 15, 12:14 AM
F13186651: D12730.diff
Sat, May 11, 3:47 AM
Unknown Object (File)
Tue, May 7, 7:04 AM
Unknown Object (File)
Fri, May 3, 5:08 AM
Unknown Object (File)
Thu, Apr 25, 12:46 AM
Unknown Object (File)
Apr 12 2024, 2:12 AM
Unknown Object (File)
Apr 4 2024, 7:43 PM
Subscribers

Details

Summary

Ref T7776. This could get better, but I think I got most of the big stuff. It's ~4x faster now.

Test Plan

Before:

Screen Shot 2015-05-05 at 6.00.14 PM.png (420×1 px, 98 KB)

After:

Screen Shot 2015-05-05 at 6.00.27 PM.png (665×1 px, 163 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve performance of generating synthetic changesets.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: btrahan.

Pretty much all of this is just slightly-slow stuff that we do tens of thousands of times more often than we need to on large changes.

btrahan edited edge metadata.
This revision is now accepted and ready to land.May 6 2015, 6:10 PM
This revision was automatically updated to reflect the committed changes.