large commit. refactoring, fio code totally reworker, huge improvenent in test time and results, etc
diff --git a/config.py b/config.py
index a33f9b5..6a162b8 100644
--- a/config.py
+++ b/config.py
@@ -20,17 +20,17 @@
# parser.add_argument("-c", "--chartpath")
# config = parser.parse_args(sys.argv[1:])
-path = "config.yaml"
+path = "koder.yaml"
# if config.path is not None:
# path = config.path
-cfg_dict = parse_config(os.path.join(os.path.dirname(__file__), path))
-basedir = cfg_dict['paths']['basedir']
-TEST_PATH = cfg_dict['paths']['TEST_PATH']
-SQLALCHEMY_MIGRATE_REPO = cfg_dict['paths']['SQLALCHEMY_MIGRATE_REPO']
-DATABASE_URI = cfg_dict['paths']['DATABASE_URI']
-CHARTS_IMG_PATH = cfg_dict['paths']['CHARTS_IMG_PATH']
+cfg_dict = parse_config(path)
+# basedir = cfg_dict['paths']['basedir']
+# TEST_PATH = cfg_dict['paths']['TEST_PATH']
+# SQLALCHEMY_MIGRATE_REPO = cfg_dict['paths']['SQLALCHEMY_MIGRATE_REPO']
+# DATABASE_URI = cfg_dict['paths']['DATABASE_URI']
+# CHARTS_IMG_PATH = cfg_dict['paths']['CHARTS_IMG_PATH']
# if config.basedir is not None:
# basedir = config.basedir