JuliaCI / julia-buildbot

Buildbot configuration for build.julialang.org
MIT License
18 stars 14 forks source link

Use `rr` to run Julia tests #147

Closed staticfloat closed 4 years ago

vchuravy commented 4 years ago

We should run rr under chaos mode for the multi-threading tests.

staticfloat commented 4 years ago

I hear that has a big performance impact. :/

vchuravy commented 4 years ago

Yeah. then we should run only the multi-threading tests under -h otherwise what's the point

staticfloat commented 4 years ago

For reproducibility of everything else; It would be good to do that, let's see how much performance impact the rest of the rr stuff adds. I know Keno's done a lot of work to try and get rr fast enough to run everything inside of it. :)