@samuelcolvin I am doing something similar - i am doing append-only fast event system in rust and tests take infinite amount of time comparing to writing a code and since it has small scope you cant really do anything in parallel. I think it is a rust problem a little bit.