Commit 293092c
authored
mage: run mage update steps in parallel (#6871)
From the looks of it, none of the update steps interact with each other, so
I don't see a reason to run them serially.
As an example, making a single line change in the otel components file results
in the following timings:
parallel mage update 9.19s user 1.92s system 366% cpu 3.027 total
serial mage update 20.20s user 2.93s system 181% cpu 12.748 total1 parent 633272c commit 293092c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
651 | 651 | | |
652 | 652 | | |
653 | 653 | | |
654 | | - | |
| 654 | + | |
655 | 655 | | |
656 | 656 | | |
657 | 657 | | |
| |||
0 commit comments