[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Use caches in tests
- Subject: Use caches in tests
- From: Chris Warburton
- Date: Mon, 26 Jun 2017 12:21:18 +0100
- Resolution: fixed
- State: resolved
Running tests with 'quiet' disabled shows that we're doing expensive
things like normalising the TIP benchmarks over and over.
Since these things are cached, we should use them.