[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2016-02-03 Thread Zachary Ware
Changes by Zachary Ware : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2016-02-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9923b81a1d34 by Zachary Ware in branch 'default': Issue #25774: Add raw mode to perf.py. https://hg.python.org/benchmarks/rev/9923b81a1d34 -- nosy: +python-dev ___ Python tracker

[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2016-02-03 Thread Zachary Ware
Zachary Ware added the comment: Fair point, I'll leave out the upload script. Thanks for the review! -- ___ Python tracker ___ ___ Py

[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2016-02-02 Thread Brett Cannon
Brett Cannon added the comment: Patch LGTM, although I'm not sure why the upload script needs to be in the benchmark repo itself. -- assignee: brett.cannon -> zach.ware ___ Python tracker _

[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2016-02-02 Thread Brett Cannon
Changes by Brett Cannon : -- assignee: -> brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue25774] [benchmarks] Adjust to allow uploading benchmark data to codespeed

2015-12-01 Thread Zachary Ware
New submission from Zachary Ware: Here's a patch to the benchmarks repo that allows running a benchmark on a single interpreter and returning raw data, and provides a script to upload the raw data to a codespeed instance. It's a bit of a quick hack, but is effective. This is a prerequisite to