You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change ~halves compile-time and memory usage of release builds
Before this change:
Command being timed: "cargo build -p linkerd2-proxy --release"
User time (seconds): 3233.32
System time (seconds): 49.02
Percent of CPU this job got: 583%
Elapsed (wall clock) time (h:mm:ss or m:ss): 9:22.92
Maximum resident set size (kbytes): 57377268
With this change:
Command being timed: "cargo build -p linkerd2-proxy --release"
User time (seconds): 1935.21
System time (seconds): 32.59
Percent of CPU this job got: 594%
Elapsed (wall clock) time (h:mm:ss or m:ss): 5:31.18
Maximum resident set size (kbytes): 23842208
0 commit comments