Closed Bug 365745 Opened 19 years ago Closed 19 years ago

fast-update should query bonsai for multiple directories at once

Categories

(Firefox Build System :: General, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED
mozilla1.9alpha8

People

(Reporter: ajschult784, Assigned: ajschult784)

Details

Attachments

(1 file)

fast-update currently queries bonsai for updates to each directory in the tree one-by-one. This is very time consuming, especially when no checkins have occurred (the exact situation where fast-update should be most useful). It should query all the directories at once. This speeds up a fast-update pull when no changes have occurred by ~5x.
Attached patch patchSplinter Review
Attachment #250306 - Flags: review?(benjamin)
Comment on attachment 250306 [details] [diff] [review] patch >Index: fast-update.pl >+if (scalar @dirs > 0) { I prefer scalar(@dirs) for clarity, and several times below. r=bsmedberg with that change
Attachment #250306 - Flags: review?(benjamin) → review+
FIXED
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: