diff options
author | Martin Robinson <mrobinson@igalia.com> | 2024-02-29 11:03:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 10:03:19 +0000 |
commit | 6eb96290faf5beade356370e056e8011cc741de9 (patch) | |
tree | 192da283b45ecc7e74dc617c91f4755cd0a44bdd /components/script/dom/cssstylesheet.rs | |
parent | 9a9abe9152fb3691d9ff97e743bb46c1c4ebea8c (diff) | |
download | servo-6eb96290faf5beade356370e056e8011cc741de9.tar.gz servo-6eb96290faf5beade356370e056e8011cc741de9.zip |
mach: Speed up `taplo` runs on MacOS (#31452)
`taplo` is the TOML formatter that we use. It seems to be using a very
slow directory walking mechanism on MacOS. This change works around that
issue by explicitly listing globs of TOML files to format and check.
Before:
```text
real 0m17.632s
user 0m2.164s
sys 0m6.916s
```
After:
```text
real 0m1.519s
user 0m1.391s
sys 0m0.112s
```
Diffstat (limited to 'components/script/dom/cssstylesheet.rs')
0 files changed, 0 insertions, 0 deletions