Changeset - 0ad5769fa78d
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 14 years ago 2011-06-08 22:50:16
marcin@python-works.com
Fixed desc on test_crawler
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
rhodecode/tests/test_crawler.py
Show inline comments
 
modified file chmod 100644 => 100755
 
# -*- coding: utf-8 -*-
 
"""
 
    rhodecode.tests.test_crawer
 
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~
 

	
 
    Test for crawling a project for memory usage
 
    This should be runned just as regular script together
 
    with a watch script that will show memory usage.
 
    
 
    watch -n1 ./rhodecode/tests/mem_watch
 

	
 
    :created_on: Apr 21, 2010
 
    :author: marcink
 
    :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
0 comments (0 inline, 0 general)