mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
This drops the wall clock time for running file_test from 10s to 8s on my machine. There's many more tests to convert, as each one takes the test from ~1s to ~100ms. Compiling the full prelude is a bit slow now since #5653, and before that file_test was taking about 3.5s. We introduce a few more flavours of min_prelude to support more tests.