Question: Is there any faster way to run benchmarks on pypy/module/cpyext module?
hzy15610046011 via pypy-dev <[email protected]> Sun, 28 May 2023 18:55:25 -0000
| Newsgroups | gmane.comp.python.pypy |
|---|---|
| Message-ID | <[email protected]> |
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 -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/pypy-dev.python.org/ Member address: [email protected]