summaryrefslogtreecommitdiff
path: root/benchy.py
diff options
context:
space:
mode:
Diffstat (limited to 'benchy.py')
-rwxr-xr-x[-rw-r--r--]benchy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/benchy.py b/benchy.py
index 03967b5..d73f206 100644..100755
--- a/benchy.py
+++ b/benchy.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import os
import time
import string
@@ -229,4 +230,4 @@ if __name__ == "__main__":
pyplot.savefig(os.path.join(sequence_test.path_results, string.join([k, str(sequence_test.size)], sep='_')))
pyplot.close()
- \ No newline at end of file
+