Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-24 Thread Dave Fugate
Sent: Wednesday, February 24, 2010 10:51 AM To: Dave Fugate Cc: python-dev@python.org Subject: Re: [Python-Dev] Mercurial repository for Python benchmarks On Wed, Feb 24, 2010 at 12:12 PM, Dave Fugate wrote: > Would there be any interest in accepting IronPython's in-house benchmarks > in

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-24 Thread Maciej Fijalkowski
On Wed, Feb 24, 2010 at 12:12 PM, Dave Fugate wrote: > Would there be any interest in accepting IronPython's in-house benchmarks > into this repository as well?  Internally we run the usual suspects (PyStone, > PyBench, etc), but we also have a plethora of custom benchmarks we've written > that

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-24 Thread Dave Fugate
est, Dave -- Message: 2 Date: Mon, 22 Feb 2010 15:17:09 -0500 From: Collin Winter To: Daniel Stutzbach Cc: Dirkjan Ochtman , Python Dev Subject: Re: [Python-Dev] Mercurial repository for Python benchmarks Message-ID: <3c8293b61002221217v4b7f3b91y

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-22 Thread Collin Winter
On Mon, Feb 22, 2010 at 3:17 PM, Collin Winter wrote: > The benchmarks repository is now available at > http://hg.python.org/benchmarks/. It contains all the benchmarks that > the Unladen Swallow svn repository contains, including the beginnings > of a README.txt that describes the available bench

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-22 Thread Dirkjan Ochtman
On Mon, Feb 22, 2010 at 15:42, Thomas Wouters wrote: > It would be http://hg.python.org/benchmarks (http, not ssh; no username; no > '/repos' toplevel directory.) Correct. Another todo is to get commit mails; I'm currently working on that. Cheers, Dirkjan __

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-22 Thread Thomas Wouters
On Mon, Feb 22, 2010 at 21:17, Collin Winter wrote: > If you have svn commit access, you should be able to run `hg clone > ssh://h...@hg.python.org/repos/benchmarks`. I'm not sure how to get > read-only access; Dirkjan can comment on that. > It would be http://hg.python.org/benchmarks (http, not

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-22 Thread Collin Winter
On Sun, Feb 21, 2010 at 9:43 PM, Collin Winter wrote: > Hey Daniel, > > On Sun, Feb 21, 2010 at 4:51 PM, Daniel Stutzbach > wrote: >> On Sun, Feb 21, 2010 at 2:28 PM, Collin Winter >> wrote: >>> >>> Would it be possible for us to get a Mercurial repository on >>> python.org for the Unladen Swall

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-22 Thread Nick Coghlan
Benjamin Peterson wrote: > 2010/2/21 Dirkjan Ochtman : >> I'd be happy to host stuff for people who are already Python >> committers, and limit it to stuff that would otherwise live somewhere >> in Python's svn repository. > > +1 Sounds like a good starting place. This is pretty much the same app

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Benjamin Peterson
2010/2/21 Dirkjan Ochtman : > On Sun, Feb 21, 2010 at 22:21, Benjamin Peterson wrote: >> I think we should probably develop a policy about hg.python.org repos >> before we start handing them out. Who will be able to have a repo on >> hg.python.org? What kinds of projects? > > I'd be happy to host

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Dirkjan Ochtman
On Sun, Feb 21, 2010 at 22:21, Benjamin Peterson wrote: > I think we should probably develop a policy about hg.python.org repos > before we start handing them out. Who will be able to have a repo on > hg.python.org? What kinds of projects? I'd be happy to host stuff for people who are already Pyt

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Benjamin Peterson
2010/2/21 Dirkjan Ochtman : > Right. I've setup a public repository on hg.python.org: I think we should probably develop a policy about hg.python.org repos before we start handing them out. Who will be able to have a repo on hg.python.org? What kinds of projects? -- Regards, Benjamin __

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Collin Winter
Hey Daniel, On Sun, Feb 21, 2010 at 4:51 PM, Daniel Stutzbach wrote: > On Sun, Feb 21, 2010 at 2:28 PM, Collin Winter > wrote: >> >> Would it be possible for us to get a Mercurial repository on >> python.org for the Unladen Swallow benchmarks? Maciej and I would like >> to move the benchmark sui

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Dirkjan Ochtman
On Sun, Feb 21, 2010 at 21:31, Maciej Fijalkowski wrote: > We probably also need some people, besides CPython devs having some > access to it (like me). Right. I've setup a public repository on hg.python.org: http://hg.python.org/benchmarks/ Right now, I still need to have Martin change some co

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Maciej Fijalkowski
Hello. We probably also need some people, besides CPython devs having some access to it (like me). Cheers, fijal On Sun, Feb 21, 2010 at 4:51 PM, Daniel Stutzbach wrote: > On Sun, Feb 21, 2010 at 2:28 PM, Collin Winter > wrote: >> >> Would it be possible for us to get a Mercurial repository on

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Daniel Stutzbach
On Sun, Feb 21, 2010 at 2:28 PM, Collin Winter wrote: > Would it be possible for us to get a Mercurial repository on > python.org for the Unladen Swallow benchmarks? Maciej and I would like > to move the benchmark suite out of Unladen Swallow and into > python.org, where all implementations can sh

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Collin Winter
On Sun, Feb 21, 2010 at 3:31 PM, Dirkjan Ochtman wrote: > Hi Collin (and others), > > On Sun, Feb 21, 2010 at 15:28, Collin Winter wrote: >> Would it be possible for us to get a Mercurial repository on >> python.org for the Unladen Swallow benchmarks? Maciej and I would like >> to move the benchm

Re: [Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Dirkjan Ochtman
Hi Collin (and others), On Sun, Feb 21, 2010 at 15:28, Collin Winter wrote: > Would it be possible for us to get a Mercurial repository on > python.org for the Unladen Swallow benchmarks? Maciej and I would like > to move the benchmark suite out of Unladen Swallow and into > python.org, where all

[Python-Dev] Mercurial repository for Python benchmarks

2010-02-21 Thread Collin Winter
Hey Dirkjan, Would it be possible for us to get a Mercurial repository on python.org for the Unladen Swallow benchmarks? Maciej and I would like to move the benchmark suite out of Unladen Swallow and into python.org, where all implementations can share it and contribute to it. PyPy has been adding