Re: [Python-Dev] py3benchmark not working

2012-01-09 Thread Mark Shannon
Christian Heimes wrote: Hello, I tried to compare the py3k baseline with my randomhash branch but the benchmark suite is failing. I've follewed the instruction # hg clone http://hg.python.org/benchmarks/ py2benchmarks # mkdir py3benchmarks; # cd py3benchmarks # ../py2benchmarks/make_pe

Re: [Python-Dev] py3benchmark not working

2012-01-08 Thread Antoine Pitrou
On Mon, 09 Jan 2012 02:01:46 +0100 Christian Heimes wrote: > > I tried to compare the py3k baseline with my randomhash branch but the > benchmark suite is failing. > > I've follewed the instruction For the record, you don't really need this. Just run the "2n3" benchmark set (it works under both

[Python-Dev] py3benchmark not working

2012-01-08 Thread Christian Heimes
Hello, I tried to compare the py3k baseline with my randomhash branch but the benchmark suite is failing. I've follewed the instruction # hg clone http://hg.python.org/benchmarks/ py2benchmarks # mkdir py3benchmarks; # cd py3benchmarks # ../py2benchmarks/make_perf3.sh ../py2benchmarks #