From 7321c78ebdcaa7ce5f0f8383e07429827da0b718 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 18 Dec 2019 03:36:45 +0000 Subject: t/run.perl: to avoid repeated process spawning for *.t Spawning a new Perl interpreter for every test case means Perl has to reparse and recompile every single file it needs, costing us performance and development time. Now that we've modified our code to avoid global state, we can preload everything we need. The new "check-run" test target is now 20-30% faster than the original "check" target. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index bdb8cf15..7f4142ba 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ /NEWS.html /NEWS.atom /NEWS +*.log -- cgit v1.2.3-24-ge0c7