summaryrefslogtreecommitdiffstats
path: root/tests/performance.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch to PyYAML for yaml processing.Michael DeHaan2009-02-261-1/+1
| | | | | | Conflicts: cobbler.spec
* various rearranging; test code uses new port, logging fixes (sort of)root2009-01-231-1/+1
|
* More work on teaching cobblerd to not reload itself, in progress, some ↵Michael DeHaan2009-01-211-1/+1
| | | | | | web/XMLRPC functions may have some slight glitches but I'm working on it.
* Update performance test codeMichael DeHaan2008-11-061-3/+2
|
* A couple of things, the removal of the server.update() code wasn't good for ↵Michael DeHaan2008-11-061-22/+18
| | | | performance, so we are (for now) putting it back. More importantly this set of codechanges goes through the unit tests we already had and makes sure they use top level API calls. While this may look trivial, it's not -- the top level calls ensure data is saved and read from disk as in the full application, so they are more exhaustive. As of this commit, all tests as committed pass.
* Added serializer_catalog as a new serializer module, which will be the new ↵Michael DeHaan2008-08-011-1/+1
| | | | default for modules.conf. Existing serializer_yaml users can upgrade simply by changing the setting and running a cobbler command like "cobbler report". This serializer is much faster and stores files to .d directories such as /var/lib/cobbler/systems.d and /var/lib/cobbler/distros.d.
* Performance tweaking and benchmarks.Michael DeHaan2007-12-121-0/+75