Codebase list logbook / e34acae9-f9c1-4d2a-a7b9-91f24ff2b00b/main benchmark / bench_logger_creation.py
e34acae9-f9c1-4d2a-a7b9-91f24ff2b00b/main

Tree @e34acae9-f9c1-4d2a-a7b9-91f24ff2b00b/main (Download .tar.gz)

bench_logger_creation.py @e34acae9-f9c1-4d2a-a7b9-91f24ff2b00b/main

9af17e1
 
 
 
 
 
 
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')