summaryrefslogtreecommitdiff
path: root/tests/thread/stress_heap.py
AgeCommit message (Collapse)Author
2017-02-15tests/thread: Replace busy waiting loops with a loop that sleeps.Damien George
Depending on the thread scheduler, a busy-wait loop can hog the CPU and make the tests very slow. So convert such loops to loops that have an explicit sleep, allowing the worker threads to do their job.
2016-06-28tests/thread: Rename thread_stress_XXX.py to stress_XXX.py.Damien George