diff options
Diffstat (limited to 'src/benchmarks/mysql.py')
| -rw-r--r-- | src/benchmarks/mysql.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/benchmarks/mysql.py b/src/benchmarks/mysql.py index 3e2a957..b21bc0c 100644 --- a/src/benchmarks/mysql.py +++ b/src/benchmarks/mysql.py @@ -25,6 +25,8 @@ import subprocess from subprocess import PIPE import sys +import numpy as np + from src.benchmark import Benchmark from src.util import print_status, print_debug, print_info2 |
