summaryrefslogtreecommitdiff
path: root/benchmark.py
diff options
context:
space:
mode:
authorStan Seibert <stan@mtrr.org>2011-08-19 23:36:21 -0400
committerStan Seibert <stan@mtrr.org>2011-08-19 23:36:21 -0400
commitd96a55113a7c61f200f7bc82903bf4d521a597f8 (patch)
tree0ed002880c40bc756688d4c42ad4c63335c3e294 /benchmark.py
parent5bd34be3e51c0e1e0cd58e9283b5f3ddefde79cf (diff)
downloadchroma-d96a55113a7c61f200f7bc82903bf4d521a597f8.tar.gz
chroma-d96a55113a7c61f200f7bc82903bf4d521a597f8.tar.bz2
chroma-d96a55113a7c61f200f7bc82903bf4d521a597f8.zip
Do the hash-bang correctly at the top of the benchmark script.
Diffstat (limited to 'benchmark.py')
-rwxr-xr-xbenchmark.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark.py b/benchmark.py
index d0819cb..7773437 100755
--- a/benchmark.py
+++ b/benchmark.py
@@ -1,4 +1,4 @@
-#/usr/bin/env python
+#!/usr/bin/env python
import numpy as np
from pycuda import gpuarray as ga
import time