aboutsummaryrefslogtreecommitdiff
path: root/wqflask/utility/benchmark.py
AgeCommit message (Collapse)Author
2020-08-19Fix dictionary iteration methodsBonfaceKilz
Run `2to3-3.8 -f dict -w .` See: <https://docs.python.org/2/library/2to3.html#2to3fixer-dict> and <https://stackoverflow.com/questions/17695456/why-does-python-3-need-dict-items-to-be-wrapped-with-list>
2018-04-09Fixed issue that caused and error for certain types of mapping due to ↵zsloan
variable not being initialized Removed a bunch of unused statistical functions from Plot.py and webqtlUtil.py. I figure that if we ever need them again, there's probably some third party library that includes them. Also removed unused file AJAX_table.py and other unused code from several other files
2016-06-21Use logger also for benchmarkingPjotr Prins
2016-06-21Benchmarking: allow output select with LOG_BENCHPjotr Prins
2016-06-18Changed file permssions to non-executablePjotr Prins
2016-06-17Removed trailing spaces in .py and .js filesPjotr Prins
2014-05-05Committing a bunch of changes related to integrating GEMMA andZachary Sloan
adding the correlation matrix page
2013-02-28Updated benchmark.py to aggregate run times when you run theZachary Sloan
operation(s) multiple times
2013-02-28Added benchmark.py that compares the time of various operationsZachary Sloan
and gives a report with the percent of total computation time each takes