Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add precompile used in ttf benchmark (#3687)
* Add precompile used in ttf benchmark I noticed in #3681, that we dont actually have the exact statement from ttf precompile in here. This should be in here, since it should test if everything is cached and precompiled correctly. If we want to benchmark compile speed in general without caching, we would need to add some other benchmark, since without this statement, this is neither benchmarking pure precompiled performance, nor pure compilation time. * dont nightly
- Loading branch information