#!/bin/sh set -eu python -O -m timeit -n 1000000 \ -s 'import debuglog' \ -s 'x = debuglog.DebugLog()' \ 'x.log(msg="foobar", url="yoyoyo")'