JoeyHendricks / python-benchmark-harness

A micro/macro benchmark framework for the Python programming language that helps with optimizing your software.
MIT License
154 stars 13 forks source link

To spawn a database the configuration class must be imported and used. #3

Closed JoeyHendricks closed 3 years ago

JoeyHendricks commented 3 years ago

The why:

I saw that when I was not using the configuration class to define settings in the YAML file. That QuickPotato would refuse to spawn a database.

Solution:

I need to look into why this happens and come up with a fix will update this issues as soon as possible.

JoeyHendricks commented 3 years ago

Fixed in the latest version now a database will be spawned properly.