- Dec 09, 2019
-
-
Pierre-Yves David authored
This is just wrong.
-
- Nov 05, 2019
-
-
Pierre-Yves David authored
I suspect we should start gather decorator into a wider "asvbenchmark` one. But this is out of scope of this series.
-
- Nov 08, 2019
-
-
Pierre-Yves David authored
The feature seem common enough that making it accessible globally make sense. We'll introduce a way to easily set it up in the next changesets.
-
Pierre-Yves David authored
Rayon is not respected mercurial configuration in terms of worker. We enforce this through a config variable. (this will become configurable later)
-
- Oct 30, 2019
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Otherwise, access to the relevant data fails.
-
Pierre-Yves David authored
The command output is bytes, we need to feed bytes to the associated operation.
-
Pierre-Yves David authored
The command output is bytes, so the regexp need to be bytes too.
-
Pierre-Yves David authored
It will be used in multiple file system path.
-
Pierre-Yves David authored
This is a file system path, lets make it be bytes.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
I run into case where `asv run` was missing the `project` directory (probably because a wheel was cached). Having such output help to understand the situation.
-
- Oct 23, 2019
-
-
Raphaël Gomès authored
-
- 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
-
- 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.
-
- 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)
-
- Sep 23, 2019
-
-
Pierre-Yves David authored
the short `-T` version got introduced later and is compatible with less revisions.
-
- Sep 13, 2019
-
-
Pierre-Yves David authored
We get the actual command output instead of a traceback within the benchmark code.
-
Pierre-Yves David authored
I am not sure what the previous code was trying to achieve... but this should work fine.
-
Pierre-Yves David authored
This can be useful in other context.
-