summaryrefslogtreecommitdiff
path: root/scripts/database/database.py
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2016-08-15 21:01:07 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2016-08-15 21:01:07 +0200
commit7d5631b7e4bb011725b512b55fefa1fa8165a8dd (patch)
tree578b0b2356e9d6e22066da7d439fb0828f4dcb18 /scripts/database/database.py
parent7da6492b36cae7ba8859cd6d6ab3250e11f9a2b8 (diff)
Updated the database script to calculate the relative best performance of tuning results common for a device/vendor type
Diffstat (limited to 'scripts/database/database.py')
-rwxr-xr-xscripts/database/database.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/database/database.py b/scripts/database/database.py
index 0ce89d03..6d370d99 100755
--- a/scripts/database/database.py
+++ b/scripts/database/database.py
@@ -99,7 +99,7 @@ def main(argv):
# Determines the defaults for other vendors and per vendor
print("[database] Calculating the default values...")
- database_defaults = defaults.calculate_defaults(database)
+ database_defaults = defaults.calculate_defaults(database, cl_args.verbose)
database_best_results = db.concatenate_database(database_best_results, database_defaults)
# Outputs the database as a C++ database