From zachary.ware+pydev at gmail.com Fri Nov 13 10:59:33 2015 From: zachary.ware+pydev at gmail.com (Zachary Ware) Date: Fri, 13 Nov 2015 09:59:33 -0600 Subject: [Speed] Setting up Codespeed on speed.python.org Message-ID: Hi all, Thanks to funding from Intel, I've recently been working on getting Codespeed set up on speed.python.org, and finally have everything (mostly) working in a dev environment. At this point I would greatly appreciate having extra eyes on my work to make sure I haven't missed anything obvious, and to smooth out some of the rougher edges. The part in most need of review is the changes to the PSF Salt configuration to set up and run Codespeed on speed.python.org. The changes can be found in PR #74 on the psf-salt Github repo[0]. The Codespeed instance is housed in a Github repo owned by me[1]. There's one small patch to the codespeed code, the rest of the changes in my fork are adapting a copy of the sample_project to be our own instance. The final piece that could use review is the changes to our benchmark repository, currently available in a sandbox repo on hg.python.org[2]. Please have a look, give it a try if you can, and let me know what needs improvement! Regards, -- Zach [0] https://github.com/python/psf-salt/pull/74 [1] https://github.com/zware/codespeed [2] https://hg.python.org/sandbox/zware-benchmarks From tobami at gmail.com Tue Nov 17 15:16:42 2015 From: tobami at gmail.com (Miquel Torres) Date: Tue, 17 Nov 2015 21:16:42 +0100 Subject: [Speed] Setting up Codespeed on speed.python.org In-Reply-To: References: Message-ID: Hi Zachary, that's great news to hear there is progress here! I merged your patch the other day into Codespeed master. I am going to release a new version this week with it. The current master version also has support for Python 3 and Django 1.8, in case it is relevant to the speed.python.org deployment. Also ping me any time if you need help. Cheers, Miquel 2015-11-13 16:59 GMT+01:00 Zachary Ware : > Hi all, > > Thanks to funding from Intel, I've recently been working on getting > Codespeed set up on speed.python.org, and finally have everything > (mostly) working in a dev environment. At this point I would greatly > appreciate having extra eyes on my work to make sure I haven't missed > anything obvious, and to smooth out some of the rougher edges. > > The part in most need of review is the changes to the PSF Salt > configuration to set up and run Codespeed on speed.python.org. The > changes can be found in PR #74 on the psf-salt Github repo[0]. > > The Codespeed instance is housed in a Github repo owned by me[1]. > There's one small patch to the codespeed code, the rest of the changes > in my fork are adapting a copy of the sample_project to be our own > instance. > > The final piece that could use review is the changes to our benchmark > repository, currently available in a sandbox repo on hg.python.org[2]. > > Please have a look, give it a try if you can, and let me know what > needs improvement! > > Regards, > -- > Zach > > [0] https://github.com/python/psf-salt/pull/74 > [1] https://github.com/zware/codespeed > [2] https://hg.python.org/sandbox/zware-benchmarks > _______________________________________________ > Speed mailing list > Speed at python.org > https://mail.python.org/mailman/listinfo/speed > -------------- next part -------------- An HTML attachment was scrubbed... URL: From zachary.ware+pydev at gmail.com Tue Nov 17 15:59:40 2015 From: zachary.ware+pydev at gmail.com (Zachary Ware) Date: Tue, 17 Nov 2015 14:59:40 -0600 Subject: [Speed] Setting up Codespeed on speed.python.org In-Reply-To: References: Message-ID: Hi Miquel, On Tue, Nov 17, 2015 at 2:16 PM, Miquel Torres wrote: > Hi Zachary, > > that's great news to hear there is progress here! > > I merged your patch the other day into Codespeed master. I am going to > release a new version this week with it. The current master version also has > support for Python 3 and Django 1.8, in case it is relevant to the > speed.python.org deployment. I'm actually just using a checkout of codespeed rather than a release, so I'm already making use of the Django 1.8 support. I considered going ahead and using Python 3 as well, but decided against for the initial setup since the Python 3 support is so new in codespeed. I will look into upgrading after things are running (as I have time), though. Thanks! -- Zach From ncoghlan at gmail.com Tue Nov 17 22:53:59 2015 From: ncoghlan at gmail.com (Nick Coghlan) Date: Wed, 18 Nov 2015 13:53:59 +1000 Subject: [Speed] Project status? In-Reply-To: References: Message-ID: On 3 June 2015 at 16:14, Tetsuya Morimoto wrote: > Hi, > > I'm very interested in https://speed.python.org/ project. However, it seems > the project stands still. What is the current status? Hi Tetsuya, If you're subscribed to the list, hopefully you saw Zach Ware's recent status update on this, but if not, you can see it here: https://mail.python.org/pipermail/speed/2015-November/000253.html Regards, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia From tetsuya.morimoto at gmail.com Tue Nov 17 23:03:14 2015 From: tetsuya.morimoto at gmail.com (Tetsuya Morimoto) Date: Wed, 18 Nov 2015 13:03:14 +0900 Subject: [Speed] Project status? In-Reply-To: References: Message-ID: Hi Nick, Thank you for notable information. I'm exciting to see that and will check it! thanks, Tetsuya On Wed, Nov 18, 2015 at 12:53 PM, Nick Coghlan wrote: > On 3 June 2015 at 16:14, Tetsuya Morimoto > wrote: > > Hi, > > > > I'm very interested in https://speed.python.org/ project. However, it > seems > > the project stands still. What is the current status? > > Hi Tetsuya, > > If you're subscribed to the list, hopefully you saw Zach Ware's recent > status update on this, but if not, you can see it here: > https://mail.python.org/pipermail/speed/2015-November/000253.html > > Regards, > Nick. > > -- > Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia > -------------- next part -------------- An HTML attachment was scrubbed... URL: