- Dec 12, 2018
-
-
Boris Feld authored
The new task type will use a separate environment variable for testing purpose.
-
Boris Feld authored
-
Boris Feld authored
-
- Dec 06, 2018
-
-
Boris Feld authored
Also add support for the EXIT task in order to be able to test it.
-
- Dec 04, 2018
-
-
Boris Feld authored
-
Boris Feld authored
-
Pierre-Yves David authored
The revset predicated have been identified as inefficient we start tracking it.
-
- Nov 23, 2018
-
-
Pierre-Yves David authored
This command is benchmarking some in-progress work.
-
Pierre-Yves David authored
We have considated the command and would like to get report from it now.
-
Pierre-Yves David authored
Tracking the cold changelog vs warm changelog would be great.
-
- Nov 22, 2018
-
-
Pierre-Yves David authored
-
- Nov 23, 2018
-
-
Pierre-Yves David authored
The new benchmark is only tracking costly rename for now. It leverage the ability to put variable into the individual bench-repo configuration.
-
- Nov 24, 2018
-
-
Pierre-Yves David authored
-
- Nov 23, 2018
-
-
Pierre-Yves David authored
This will give benchmark access repository specific variables.
-
Pierre-Yves David authored
Now that we have yaml, the sky is the limit.
-
Pierre-Yves David authored
This will be useful to read various config.
-
- Nov 13, 2018
-
-
Boris Feld authored
-
- Nov 07, 2018
-
-
Pierre-Yves David authored
For now, we only expose them for "full". It is the most meaningful case and adding it for all option would be pretty verbose. Ideally I would like all percentile to be exposed as variant of a single benchmark but the current setup does not make it feasible. This seems good enough for now.
-
Pierre-Yves David authored
We are going to reuse the same logic over and over, so we factor it out in its own function.
-
Pierre-Yves David authored
We can expose the other value to users now.
-
Pierre-Yves David authored
Now that we use a json output, we no longer needs restrict the output.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
The function do some extra processing to only return the 'total time'. We'll split it in two to make the other value available.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
Using json, we will be able to use the other value recorded by perfrevlogwrite.
-
Boris Feld authored
-
Pierre-Yves David authored
That repository might constains obsmarkers. Enabling evolve prevent an annoying warning.
-
Pierre-Yves David authored
This section is optional, so we needed a bit more logic.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
-
Pierre-Yves David authored
This is a first step toward tracking the other data from `perfrevlogrevision`
-
Pierre-Yves David authored
Some commands of the `perf` extensions returns multiple value. Running the command multiple time would be quite slow. We add a way to reuse data from the same run from multiple `track_xxx` method.
-
Pierre-Yves David authored
-
Pierre-Yves David authored
This makes it possible to handle `perf` command returning multiple value.
-
Pierre-Yves David authored
We split the part responsible for running the actual command from the part responsible for processing it. This will be useful to introduce a new method relying on json output instead of parsing textual output.
-
- Nov 06, 2018
-
-
Pierre-Yves David authored
-