Codebase list logbook / lintian-fixes/main benchmark / bench_logger_creation.py
lintian-fixes/main

Tree @lintian-fixes/main (Download .tar.gz)

bench_logger_creation.py @lintian-fixes/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')