summaryrefslogtreecommitdiff
path: root/testing/embedding/test_performance.py
Commit message (Collapse)AuthorAgeFilesLines
* Modernize this, because very recent pytests crash when seeing theArmin Rigo2019-04-191-2/+2
| | | | old way
* (untested) trying to have the multithreaded tests run on windowsArmin Rigo2016-01-121-1/+1
|
* Skip this test on windowsArmin Rigo2016-01-121-0/+5
|
* Py3 fixes. Skip the embedding tests if linking with -lpython%d.%dArmin Rigo2016-01-081-15/+15
| | | | fails (likely, the Python was not compiled with --enable-shared)
* In-progress: fix tests to attempt to use distutils also for compilingArmin Rigo2016-01-071-10/+10
| | | | the executable
* Allow platform-specific hacks to invoke the compilerArmin Rigo2016-01-071-9/+9
|
* Pseudo-tests that print some performance numbers for calling an embeddedArmin Rigo2016-01-021-0/+47
"extern Python" function in a loop, with or without threads.