Codebase list logbook / 7d426ea0-c190-4fad-8e29-bd21870a826f/main benchmark / bench_logger_creation.py
7d426ea0-c190-4fad-8e29-bd21870a826f/main

Tree @7d426ea0-c190-4fad-8e29-bd21870a826f/main (Download .tar.gz)

bench_logger_creation.py @7d426ea0-c190-4fad-8e29-bd21870a826f/mainraw · 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')