[galaxyproject/galaxy] eeb672: More optimized HID generation - in one commit inst...
Branch: refs/heads/dev Home: https://github.com/galaxyproject/galaxy Commit: eeb6722fe7f7f96ee3e459a2a66ae052c1d3517c https://github.com/galaxyproject/galaxy/commit/eeb6722fe7f7f96ee3e459a2a66ae... Author: John Chilton <jmchilton@gmail.com> Date: 2018-07-20 (Fri, 20 Jul 2018) Changed paths: M lib/galaxy/model/mapping.py Log Message: ----------- More optimized HID generation - in one commit instead of two. Before HID optimization: galaxy.tools.actions INFO 2018-07-18 11:10:20,164 Added output datasets to history (14.193 ms) galaxy.tools.actions INFO 2018-07-18 11:10:20,416 Added output datasets to history (17.583 ms) galaxy.tools.actions INFO 2018-07-18 11:10:20,675 Added output datasets to history (19.875 ms) galaxy.model.orm.engine_factory INFO 2018-07-18 11:10:21,734 Executed [445] SQL requests in for web request [/api/tools] (1036.418676ms) After HID optimization: galaxy.tools.actions INFO 2018-07-18 11:13:41,855 Added output datasets to history (6.049 ms) galaxy.tools.actions INFO 2018-07-18 11:13:42,018 Added output datasets to history (7.192 ms) galaxy.tools.actions INFO 2018-07-18 11:13:42,184 Added output datasets to history (10.277 ms) galaxy.tools.actions INFO 2018-07-18 11:13:42,344 Added output datasets to history (5.800 ms) galaxy.model.orm.engine_factory INFO 2018-07-18 11:13:43,179 Executed [434] SQL requests in for web request [/api/tools] (818.706274ms) Commit: 3b629f02933cc20ee3af779f1dd90219f73cda5f https://github.com/galaxyproject/galaxy/commit/3b629f02933cc20ee3af779f1dd90... Author: Dannon <dannon.baker@gmail.com> Date: 2018-07-20 (Fri, 20 Jul 2018) Changed paths: M lib/galaxy/model/mapping.py Log Message: ----------- Merge pull request #6516 from jmchilton/hid_opt More optimized HID generation - in one commit instead of two. Compare: https://github.com/galaxyproject/galaxy/compare/5a72bfdf8617...3b629f02933c **NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
GitHub