aboutsummaryrefslogtreecommitdiff
path: root/tests/performance
AgeCommit message (Expand)Author
2023-04-06Remove deprecated `gn3.db_utils.database_connector` function...Remove the deprecated function and fix a myriad of bugs that arise from removing the function. Issue: https://issues.genenetwork.org/issues/bugfix_coupling_current_app_and_db_utils Frederick Muriuki Muriithi
2022-03-08Fix tests, and issues caught by tests...Fix some issues caught by tests due to changes introducing the hand-off of the partial correlations computations to an external process Fix some issues due to the changes that introduce context managers for database connections Update some tests to take the above two changes into consideration Frederick Muriuki Muriithi
2022-02-21Fix a myriad of linter issues...* Use `with` in place of plain `open` * Use f-strings in place of `str.format()` * Remove string interpolation from queries - provide data as query parameters * other minor fixes Frederick Muriuki Muriithi
2021-06-11minor fixesAlexander Kabui
2021-06-11remove ununsed variablesAlexander Kabui
2021-06-11refactor perf query functionsAlexander Kabui
2021-06-11rename perf query fileAlexander Kabui
2021-06-11pep8 formattingAlexander Kabui
2021-06-11add types and dataset namesAlexander Kabui
2021-06-11initial commit for queries perfomance testsAlexander Kabui