This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, david.kwast, delroth, gpolo, riq
Date 2010-10-19.15:41:40
SpamBayes Score 0.00043577302
Marked as misclassified No
Message-id <1287502902.81.0.256726234716.issue3062@psf.upfronthosting.co.za>
In-reply-to
Content
I am attaching a simpler and hopefully more revealing test, speed_test.py.  This test repeatedly draws a full circle at various speeds and prints the time spent.  Here is the result:

# python3.1 speed_test.py
         0: 0.03
         1: 6.61
         2: 4.32
         3: 3.78
         4: 3.23
         5: 3.21
         6: 2.65
         7: 2.72
         8: 2.66
         9: 2.86
        10: 2.67

Note that time decreases as speed changes from 1 to 4 as expected, but then changes unpredictably as speed changes from 5 to 10.
History
Date User Action Args
2010-10-19 15:41:43belopolskysetrecipients: + belopolsky, gpolo, david.kwast, delroth, riq
2010-10-19 15:41:42belopolskysetmessageid: <1287502902.81.0.256726234716.issue3062@psf.upfronthosting.co.za>
2010-10-19 15:41:41belopolskylinkissue3062 messages
2010-10-19 15:41:40belopolskycreate