- Oct 30, 2019
-
-
Pierre-Yves David authored
Error should not passe silently.
-
Pierre-Yves David authored
-
- Oct 25, 2019
-
-
Raphaël Gomès authored
-
- Oct 29, 2019
-
-
Pierre-Yves David authored
We pop the first item in the path assuming it is from ASV. If it does not looks like it is from ASV, we error out.
-
Raphaël Gomès authored
Sometimes we want to run Mercurial commands that are orthogonal or unrelated to the benchmarks. We want to use the most robust version available, or at least the latest, to be able to query any repository.
-
- Oct 25, 2019
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
- Oct 22, 2019
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
- Sep 25, 2019
-
-
Pierre-Yves David authored
having an unknown HGMODULEPOLICY will crash mercurial, effectively preventing it to work before the introduction of the rust module policy.
-
- Sep 24, 2019
-
-
Pierre-Yves David authored
We don't need stderr output about the unknown command.
-
Pierre-Yves David authored
This will make it simple to pick a benchmark name.
-
Pierre-Yves David authored
We should probably do that upstream
-
Pierre-Yves David authored
And try our best otherwise.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- Sep 23, 2019
-
-
Pierre-Yves David authored
We don't want error to silently pass, revision should either be silently skipped or work.
-
Pierre-Yves David authored
This is very useful when a benchmark are recenty introduced but is compatible with a larger range of revision.
-
Pierre-Yves David authored
This decorator that getting into play "after" the setup. That was too late.
-
Pierre-Yves David authored
We use a clear, simple but direct approach to skip test involving http for problematic revision.
-
- Sep 14, 2019
-
-
Pierre-Yves David authored
using explicite naming scheme help us to be more agile in the source code organisation. We extract an `utils.exchange` module in the process.
-
- Sep 24, 2019
-
-
Pierre-Yves David authored
Otherwise, the variant has no effect...
-
Pierre-Yves David authored
This is surprising and source of error. So we better improve the documentation a bit.
-
- Sep 14, 2019
-
-
Pierre-Yves David authored
We need more specialized util in various places. (yeah, the module to package switch will likely be a small pain)
-