aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbench.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench.py b/bench.py
index 88e8413..8944213 100755
--- a/bench.py
+++ b/bench.py
@@ -36,7 +36,7 @@ def main():
if args.load:
bench.load()
- if args.analyse:
+ if args.analyse and bench.name == "mysql":
bench.targets.update(common_targets.analyse_targets)
print("Preparing", bench.name)