cda-group / arc

Programming Language for Continuous Deep Analytics
https://cda-group.github.io/arc/
44 stars 6 forks source link

tests: Speed up repeated test runs #399

Closed frej closed 2 years ago

frej commented 2 years ago

By not removing the work directory we can speed up repeated tests runs. The main benefit is due to the preservation of the Cargo target directory, as Cargo is smart enough to avoid recompiling if the Rust output from arc-mlir has not changed.