cda-group / arc

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

mlir: Allow more tests to run in parallel #357

Closed frej closed 2 years ago

frej commented 2 years ago

Sharing the Cargo target directory serializes all the Lit-driven tests. By giving each test its own target directory, the test suite is sped up.