I thought I'd put in my timing numbers on my computer (F16 on a Phenom II
x6):

Python3 port on python 3.2.1 w/ sqlite:
* Ran 4429 tests in 528.327s
* FAILED (errors=1, skipped=96, expected failures=2, unexpected
successes=1) +
Python3 port on python 2.7.2 w/ sqlite:
* Ran 4490 tests in 487.212s
* OK (skipped=82, expected failures=3)
Django trunk (bitbucket mirror) on python 2.7.2 w/ sqlite:
* Ran 4495 tests in 472.527s
* OK (skipped=82, expected failures=3)




All versions were grabbed around 11pm CST on 5 December 2011. The numbers
were grabbed with a generally unused computer except for the tests (mostly
just me browsing the web while I get bored waiting for tests to finish
running). These are all single runs while I "putz" on my computer. I
wouldn't count them for exacting numbers, but they should be good for
finding order of magnitude problems. All tests are run w/ a command like
"PYTHONPATH=..:$PYTHONPATH python ./runtests.py --settings=test_postgres"
using the system packages from Fedora 16.

Also, I had pypy 1.6 (from yum) installed. It would not run either trunk or
the port. Not sure of the problem.


+) ERROR: test_existing (regressiontests.templates.loaders.EggLoaderTest)
A template can be loaded from an egg
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/joe/Projects/django2-3/django/tests/regressiontests/templates/loaders.py",
line 88, in test_existing
    contents, template_name = egg_loader.load_template_source("y.html")
  File
"/home/joe/Projects/django2-3/django/django/template/loaders/eggs.py", line
28, in load_template_source
    raise TemplateDoesNotExist(template_name)
django.template.base.TemplateDoesNotExist: y.html




PS: I too have a slow postgres even after I upped the shared_buffers and
effective_cache_size while disabling fsync, and it is still pretty darn
slow. (info from: http://www.revsys.com/writings/postgresql-performance.html)
I'm testing w/ trunk to get a baseline w/ psycopg2. I'll admit I'm using a
slow HDD, but I waited well over an hour.

When I get back from work, I'll try psycopg2 and MySQL again tonight.

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to