Tyson Nottingham

Results 16 comments of Tyson Nottingham

I'm also interested.

Hi, thanks for the response! > Just to clarify, you're saying you see the following: > > 1. Application creates a change stream > > 2. Application is shut down...

I'm working in this area and just wanted to note that `is_interpolated` may not be the same for each series within a benchmark. You can see this when there are...

I think there are two issues with using the local artifact ID as the rustc reference to checkout to compile. One is just that I don't expect it. As a...

Also, supposing we keep doing it this way, I think there's an issue with the existing code, which is that it does a `git reset --hard `, when it should...

Well, to be clear, my expectation is really that the aid wouldn't necessarily have a relation to which rustc to checkout for the reasons I mentioned above. But I think...

This tests were also affected: rust-lang/rust#81420 rust-lang/rust#81933 I don't think the potential regressions were looked into once it was noticed that this bug was occurring. I just want to make...

I think the current approach is not at all testing what's intended, beyond the issue here. Since we use `@rust-timer queue` on the generated PR, we're comparing the performance of...

As far as I can tell, multiple collections are used in at least one minor way. When stat values are obtained from the `pstat` and `rustc_compilation` tables (in `Connection::get_pstats` and...

I tested the solution in #738 a bit and confirmed that the regression was due to increased copying of the target directories. That solution accumulates built dependency data in per-build-kind...