]> granicus.if.org Git - python/commit
Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We
authorJeffrey Yasskin <jyasskin@gmail.com>
Tue, 18 Mar 2008 04:56:06 +0000 (04:56 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Tue, 18 Mar 2008 04:56:06 +0000 (04:56 +0000)
commita14585308af777aa64ec7100472d3c3e2961a6e7
tree08cdd0a5d65186ee96690ba627c6997d2fa2b00e
parentb1d3d96374294904a13717403c80035718331092
Speed test_thread up from 51.328s to 0.081s by reducing its sleep times. We
still sleep at all to make it likely that all threads are active at the same
time.
Lib/test/test_thread.py