mirror of
https://github.com/dolthub/dolt.git
synced 2026-03-18 09:40:59 -05:00
final changes
This commit is contained in:
@@ -49,6 +49,7 @@ class SysbenchFailureException(Exception):
|
||||
|
||||
|
||||
def main():
|
||||
logger.setLevel(logging.INFO)
|
||||
args = get_args()
|
||||
test_list = args.tests.split(',')
|
||||
assert all(test in SUPPORTED_BENCHMARKS for test in test_list), 'Must provide list of supported tests'
|
||||
|
||||
Reference in New Issue
Block a user