#!/usr/bin/env python3 import argparse import base64 import imp import re import subprocess import os import shlex import stat import sys this = sys.modules[__name__] # TODO ## Benchmark a command. ## ## $1: command to benchmark ## $2: where to append write results to. Default: /dev/null. ## ## Result format: ## ## cmd ## time