Skip to content

Instantly share code, notes, and snippets.

@NickCraver
Created September 2, 2021 03:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save NickCraver/49b0837d737cac5f3f31ed657fdaa118 to your computer and use it in GitHub Desktop.
Save NickCraver/49b0837d737cac5f3f31ed657fdaa118 to your computer and use it in GitHub Desktop.
Legion 7 dotnet/aspnetcore build timings

Machine info

Lenovo Legion 7 AMD 5900HX (8C/16T) 32 GB RAM 2TB NVMe

Repo info

git rev-parse HEAD 916e008178a1dc2c9f33475437e2ebf257cd7cd6

After-clean runs

.\clean.cmd -> interactive -> c .\restore.cmd (Measure-Command { .\eng\build.cmd }).TotalSeconds

180.1380337 sec 179.4713339 sec 190.4043980 sec 177.8659250 sec 179.3171969 sec 182.0135547 sec

Incremental runs

(Measure-Command { .\eng\build.cmd }).TotalSeconds

137.7510259 sec 141.4291477 sec 148.0666242 sec 139.3253046 sec 141.0496991 sec 137.2861754 sec

@DamianEdwards
Copy link

Just now for me on my desktop.

Machine info

AMD Ryzen 5950X, 64 GB 3600 MHz RAM, 1TB Samsung 980 Pro PCIe 4.0 NVMe

Repo info

git rev-parse HEAD 5fdf28db6257fb373858eeb0e2b5db85f14aacbf

After-clean run

.\clean.cmd -> interactive -> .\restore.cmd -> (Measure-Command { .\eng\build.cmd -NoRestore } | Out-Default)
TotalSeconds : 140.1972539

Incremental run

(Measure-Command { .\eng\build.cmd -NoRestore } | Out-Default)
TotalSeconds : 86.3797997

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment