tarpaulin icon indicating copy to clipboard operation
tarpaulin copied to clipboard

Improve speed

Open szabgab opened this issue 5 months ago • 0 comments

In the open source project I am working on cargo test takes 4 minutes while cargo tarpaulin --ignore-tests -o Html -o Lcov --timeout 240 takes 17 min. Using --engine llvm reduced that to 14 minutes and out of that 14 min the compilation takes 4.

It is still 2.5 times longer than running the tests alone. It would be nice if the speed could be further improved.

If you are interested this is the first run with llvm

szabgab avatar Sep 02 '24 09:09 szabgab