about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorYuki Okushi <huyuumi.dev@gmail.com>2021-02-21 15:26:41 +0900
committerGitHub <noreply@github.com>2021-02-21 15:26:41 +0900
commit4c1f195e0b5de82d40da8a1bd6bbbe049d586c6b (patch)
treed521b78d246f4b2d3b1fef78218f242d7f601663 /library/std/src/sys/unix/stack_overflow.rs
parent56ae3fb2f0888a6a6857eec5c0109fcb3eefe258 (diff)
parentc07197046d40f973ce2217328444426214193e7e (diff)
downloadrust-4c1f195e0b5de82d40da8a1bd6bbbe049d586c6b.tar.gz
rust-4c1f195e0b5de82d40da8a1bd6bbbe049d586c6b.zip
Rollup merge of #81833 - the8472:parallel-bootstrap-rustfmt, r=Mark-Simulacrum
parallelize x.py test tidy

Running tidy on individual commits when rewriting git history was somewhat of an annoyance, so I have parallelized it a bit.

running `time ./x.py test tidy` with warm IO caches:

old:

```
real	0m11.123s
user	0m14.495s
sys	0m5.227s
```

new:

```
real	0m1.834s
user	0m13.545s
sys	0m3.094s
```

There's further room for improvement (<0.9s should be feasible) but that would require bigger changes.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions