tools/dspec_tester.d reads the entire contents of the same file for each of the 4 (was 3) kinds of example (extracted from .d/.dd files). This wastes memory and slows down the test runner. Each file should only be read once. PR incoming.
https://github.com/dlang/dlang.org/pull/3443
Fixed by above pull.