Hello pypy experts! 

What I want to do is to run a performance test on the cpyext module.  The 
translation&compilation procedure took about 1 hour on my computer. After I 
modifying some code( just a slight modification under pypy/modules/cpyext), the 
whole translation procedure seemed to restart completely, taking another one 
hour.

I found pytest could do unit test, but it seems to be run on a different 
interpreter such as Cpython2 or another pre-built pypy interpreter. 

So I was wondering if there is any way to run performance benchmarks partially, 
without compiling the whole project, honestly thanks!

-- zy hou
_______________________________________________
pypy-dev mailing list -- pypy-dev@python.org
To unsubscribe send an email to pypy-dev-le...@python.org
https://mail.python.org/mailman3/lists/pypy-dev.python.org/
Member address: arch...@mail-archive.com

Reply via email to