Jakub Beránek
Jakub Beránek
Btw, I thought that the `size:object_file` metric contains the size of the final generated executable, but apparently it doesn't. There are the sizes that I get when I compile a...
I think that ignoring scenarios is not meeded here, since there is no patch file? But probably IncrFull will still be executed, hmm, didn't think of that. I'm not sure...
Thanks, I missed that. I will send another PR with scenario exclusion.
Now both uninteresting profiles and scenarios are filtered out.
Regarding the input configuration (e.g. `include` etc.), what option would you prefer? 1) When we gather `@rust-timer build/queue`, and the parameters are bad, we don't even queue the PR into...
Well site already depends on collector, so it wouldn't be that hard to expose a few functions that check the validity of CLI parameters (probably to avoid panicking in `bench_next`...
So far, I have mostly been using a single single-threaded executor/runtime per core, for example in a traffic simulation that was simulating a large number of individual cars (modelled as...
Hi, the autoallocator gives up after several failed job submissions, in order to avoid spamming the job manager forever if it can't manage to schedule something successfully. We'd need to...
Hi, which shell do you use? It seems that the library that we use for CLI parsing (https://github.com/clap-rs/clap) currently doesn't support such completion for `bash`.
I checked the implementation in the library and indeed for bash this is not implemented yet (it should work for `zsh`). There is some interest in making this work (https://github.com/clap-rs/clap/issues/1232),...