diff options
-rw-r--r-- | benchmark.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/benchmark.py b/benchmark.py new file mode 100644 index 0000000..6d1b342 --- /dev/null +++ b/benchmark.py @@ -0,0 +1,5 @@ +import sys +import os + +def stdoutput(text): + return {'testing' : 1} |