#!/usr/bin/env python3 import argparse import imp import subprocess import os 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