Mercurial > hg
view contrib/vagrant/run-tests.sh @ 23813:932f814bf016
setdiscovery: always add exponential sample to the heads
As explained in a previous changeset, prioritizing heads too much behaves
pathologically when there are more heads than the sample size. To counter this,
we always inject exponential samples before reducing to the sample size limit.
This already show some benefit in the test themselves, but on a real-world example
this moves my discovery for push to pathologically headed repo from 45 rounds to
17 of them.
We should maybe ensure that at least 25% of the result sample is heads, but I
think the random sampling will be fine in practice.
author | Pierre-Yves David <pierre-yves.david@fb.com> |
---|---|
date | Wed, 07 Jan 2015 17:28:51 -0800 |
parents | 8da01b6e7b49 |
children |
line wrap: on
line source
#!/bin/sh # This scripts is used to setup temp directory in memory # for running Mercurial tests in vritual machine managed # by Vagrant (see Vagrantfile for details). cd /hgshared make local cd tests mkdir /tmp/ram sudo mount -t tmpfs -o size=100M tmpfs /tmp/ram export TMPDIR=/tmp/ram ./run-tests.py -l --time