- Oct 30, 2019
-
-
Pierre-Yves David authored
-
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
Add Python 3.7 test environment
-
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
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
While only `string.letters` is locale-dependent, it should not matter here.
-
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
-
- Oct 29, 2019
-
-
Pierre-Yves David authored
If test are skipped or failed we want to know about it.
-
- Oct 24, 2019
-
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
- Oct 25, 2019
-
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Pierre-Yves David authored
Use the asv `cpu-affinity` option instead of `taskset` See merge request octobus-public/scmperf!88
-
- Oct 23, 2019
-
-
Raphaël Gomès authored
(Why are we using bash again?)
-
- Oct 22, 2019
-
-
Raphaël Gomès authored
`taskset` is linux-only, while this supports unix, mac and windows. As a side-effect, the build phases will *not* be set to only CPUs 2 and 3, but will take advantage of the full power of the machine.
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
Raphaël Gomès authored
-
- Sep 25, 2019
-
-
Pierre-Yves David authored
New files, new polutions !
-
- Oct 18, 2019
-
-
Pierre-Yves David authored
A new format variant has arrived, we need to take it in account.
-
- Sep 26, 2019
-
-
Pierre-Yves David authored
Bash -x mode issue a lot of confusing output, we remove it and issue a bit more output ourself. note: the test output work with mercurial up to mercurial-core-ba5b062a1388 (included).
-