new format benchmarking

Martin Pool mbp at canonical.com
Mon Sep 29 02:39:31 BST 2008


On Mon, Sep 29, 2008 at 9:21 AM, Robert Collins
<robertc at robertcollins.net> wrote:
> I've tweaked benchmarks.bazaar-vcs.org to run a branch with the current
> development format alias (run is in progress now). I'll update the
> branch on a regular basis.
>
> It needed one tweak as below to the usertest plugin. Do we run a custom
> branch there, or is it stock? (where should I commit this change to make
> it stick).

It is stock, and pulled from the one on launchpad which is now
team-owned.  It would make sense to have some amount of review for
nontrivial landings, maybe using Launchpad merge proposals.

> === modified file 'scripts/script_common.py'
> --- scripts/script_common.py    2008-07-06 14:15:41 +0000
> +++ scripts/script_common.py    2008-09-28 22:58:30 +0000
> @@ -77,9 +77,9 @@
>             $tool clone $work_basename ${work_basename}-branchAndFix
>             cd ${work_basename}-branchAndFix
>             """)
> -        self.compile_for_versions(TOOL_BZR, "btree", """
> +        self.compile_for_versions(TOOL_BZR, "development", """
>             cd ..
> -            $tool init --btree-plain ${work_basename}-branchAndFix
> +            $tool init --development ${work_basename}-branchAndFix
>             cd ${work_basename}-branchAndFix
>             $tool pull ../$work_basename
>             """)

Hm, it seems like this should not be encoded into the tool at all, and
I'm a bit surprised that it is.  I think there's a configuration file
that ought to let us set things like this.

-- 
Martin <http://launchpad.net/~mbp/>



More information about the bazaar mailing list