Michael Still c972d2d1d7 Set benchmarks for innodb counters.
Use the currently collected innodb counters to decide what we
expect from existing migrations. I've also moved metrics collection
to a cloud db because json was a poor scaling choice.

Change-Id: I2ff0e4b58ac54f53a569ec3e67ad2fa753748dbf
2014-01-16 16:12:46 +11:00

20 lines
407 B
JSON

{
"project": "openstack/nova",
"type": "mysql",
"db_user": "nova",
"db_pass": "tester",
"database": "nova_dataset_trivial_500",
"seed_data": "nova_trivial_500.sql",
"logging_conf": "logging.conf",
"maximum_migration_times": {
"default": 60
},
"XInnodb_rows_changed": {
"default": 1000
},
"Innodb_rows_read": {
"default": 1000
}
}