[pypy-dev] PyPy Benchmarks

2022-03-09 Thread Aksam Lwanga
Am trying to run pypy benchmarks and I also wanted to pass jit as an argument to benchmark however have failed to achieve this. ./run_local.py /home/aksam/pypy/pypy-c --args=--jit=[options] such has failed .Any help provided will be helpful to me. regards Lwanga

Re: [pypy-dev] PyPy Benchmarks

2017-04-19 Thread Victor Stinner
2017-04-19 7:32 GMT+02:00 Frank Wang : > Awesome thanks, Victor! For https://bitbucket.org/pypy/benchmarks, is there > an explanation on what each of these benchmarks are? There doesn't seem to > be a README. performance shares many benchmarks, so you can first look at performance

Re: [pypy-dev] PyPy Benchmarks

2017-04-18 Thread Frank Wang
Awesome thanks, Victor! For https://bitbucket.org/pypy/benchmarks, is there an explanation on what each of these benchmarks are? There doesn't seem to be a README. Frank On Sun, Apr 16, 2017 at 5:34 PM, Victor Stinner wrote: > Hi, > > speed.pypy.org uses

Re: [pypy-dev] PyPy Benchmarks

2017-04-16 Thread Victor Stinner
Hi, speed.pypy.org uses https://bitbucket.org/pypy/benchmarks You are looking for this benchmark suite. I'm actively working on supporting PyPy in pyperformance. The doc should be more explicit to explain that PyPy is not officially supported. I mean that you can use performance on PyPy but

[pypy-dev] PyPy Benchmarks

2017-04-16 Thread Frank Wang
Hi, I was wondering if there were a "standard" set of PyPy benchmarks that are commonly used. I'm currently using this: http://pyperformance.readthedocs.io/ Thanks, Frank ___ pypy-dev mailing list pypy-dev@python.org