aboutsummaryrefslogtreecommitdiff
path: root/locustfile.py
diff options
context:
space:
mode:
authorMunyoki Kilyungi2022-08-30 11:36:58 +0300
committerBonfaceKilz2022-08-31 23:14:30 +0300
commit9d0f492d8a999c1a3eb6525b0ae72bbbcaad4279 (patch)
tree8bfce7520ce59eb5950f7b1ed7783872344793bf /locustfile.py
parent8c06a9534d3340ff0287b5c70f63b2000b6eb612 (diff)
downloadgenenetwork2-9d0f492d8a999c1a3eb6525b0ae72bbbcaad4279.tar.gz
Remove "with Bench ..." calls
"with Bench" instruments how long a function takes and generates time reports on as INFO logs. This should be done on a developer server. Should the log level be low enough, this bench marks will generate a lot of noise. Instrumentation should be done during development. * wqflask/base/data_set.py (create_datasets_list): Remove "with Bench...". * wqflask/db/call.py (fetchone): Ditto. (fetchall): Ditto. (gn_server): Ditto. * wqflask/wqflask/gsearch.py (GSearch.__init__): Ditto. * wqflask/wqflask/marker_regression/display_mapping_results.py (DisplayMappingResults.__init__): Ditto. * wqflask/wqflask/marker_regression/run_mapping.py (RunMapping.__init__): Ditto. * wqflask/wqflask/update_search_results.py (GSearch.__init__): Ditto. * wqflask/wqflask/views.py (search_page): Ditto. (heatmap_page): Ditto. (mapping_results_page): Ditto.
Diffstat (limited to 'locustfile.py')
0 files changed, 0 insertions, 0 deletions