Created
October 9, 2024 22:14
-
-
Save lpil/8e0acb1fc35adec2bce70b74e08dbd11 to your computer and use it in GitHub Desktop.
Gleam v1.5 vs v1.6 compile perf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
louis ~/src/gleam/lustre-dev-tools (main *) $ gleam clean | |
louis ~/src/gleam/lustre-dev-tools (main *) $ asdf local gleam 1.5.1 | |
louis ~/src/gleam/lustre-dev-tools (main *?) $ time gleam build --no-print-progress | |
________________________________________________________ | |
Executed in 14.25 secs fish external | |
usr time 13.52 secs 0.07 millis 13.52 secs | |
sys time 7.78 secs 1.14 millis 7.78 secs | |
louis ~/src/gleam/lustre-dev-tools (main *?) $ time gleam build --no-print-progress^C | |
louis ~/src/gleam/lustre-dev-tools (main *?) $ asdf local gleam system | |
louis ~/src/gleam/lustre-dev-tools (main *?) $ gleam clean | |
louis ~/src/gleam/lustre-dev-tools (main *?) $ time gleam build --no-print-progress | |
________________________________________________________ | |
Executed in 6.09 secs fish external | |
usr time 8.27 secs 64.00 micros 8.27 secs | |
sys time 2.70 secs 797.00 micros 2.70 secs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment