Codebase list logbook / debian/0.7.0-1 benchmark / bench_logger_creation.py
debian/0.7.0-1

Tree @debian/0.7.0-1 (Download .tar.gz)

bench_logger_creation.py @debian/0.7.0-1raw · history · blame

1
2
3
4
5
6
7
"""Test with no handler active"""
from logbook import Logger


def run():
    for x in xrange(500):
        Logger('Test')