Skip to content

Commit

Permalink
Issue cylc#2991 Remove cylc.profiling package, cylc-profile-battery, …
Browse files Browse the repository at this point in the history
…and update documentation
  • Loading branch information
Bruno P. Kinoshita committed Mar 17, 2019
1 parent f501a6b commit eb7ab88
Show file tree
Hide file tree
Showing 26 changed files with 1 addition and 2,675 deletions.
2 changes: 0 additions & 2 deletions bin/cylc-help
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,6 @@ hook_commands['check-triggering'] = ['check-triggering']

admin_commands = {}
admin_commands['test-battery'] = ['test-battery']
admin_commands['profile-battery'] = ['profile-battery']
admin_commands['import-examples'] = ['import-examples']
admin_commands['check-software'] = ['check-software']
admin_commands['make-docs'] = ['make-docs']
Expand Down Expand Up @@ -344,7 +343,6 @@ catsum['utility'] = "Cycle arithmetic and templating, etc."
comsum = {}
# admin
comsum['test-battery'] = 'Run a battery of self-diagnosing test suites'
comsum['profile-battery'] = 'Run a battery of profiling tests'
comsum['import-examples'] = 'Import example suites your suite run directory'
comsum['check-software'] = 'Check required software is installed'
comsum['make-docs'] = 'Build the HTML documentation with Sphinx.'
Expand Down
991 changes: 0 additions & 991 deletions bin/cylc-profile-battery

This file was deleted.

14 changes: 0 additions & 14 deletions doc/src/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -267,17 +267,3 @@ Code Style Tests
lib/Jinja2Filters/*.py \
lib/parsec/*.py \
$(grep -l '#!.*\<python\>' bin/*)
Performance Tests
A system for measuring the performance of Cylc as measured against reference
suites.

Location
* ``etc/profile-experiments/``
* ``.profiling/experiments``
Configuration
``.profiling``
Execution
.. code-block:: console
$ cylc profile-battery -e EXPERIMENT .. -v VERSION ..
2 changes: 1 addition & 1 deletion etc/cylc-bash-completion
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ _cylc() {
cur="${COMP_WORDS[COMP_CWORD]}"
sec="${COMP_WORDS[1]}"
opts="$(cylc print -x -y 2>/dev/null)"
suite_cmds="broadcast|bcast|cat-log|log|cat-state|check-versions|checkpoint|diff|compare|documentation|browse|dump|edit|ext-trigger|external-trigger|get-directory|get-suite-config|get-config|get-suite-version|get-cylc-version|graph|graph-diff|hold|import-examples|insert|jobscript|kill|list|ls|ls-checkpoints|monitor|nudge|ping|poll|print|profile-battery|register|release|unhold|reload|remove|report-timings|reset|restart|run|start|scan|scp-transfer|search|grep|set-verbosity|show|spawn|stop|shutdown|submit|single|suite-state|test-battery|trigger|validate|view|warrenty"
suite_cmds="broadcast|bcast|cat-log|log|cat-state|check-versions|checkpoint|diff|compare|documentation|browse|dump|edit|ext-trigger|external-trigger|get-directory|get-suite-config|get-config|get-suite-version|get-cylc-version|graph|graph-diff|hold|import-examples|insert|jobscript|kill|list|ls|ls-checkpoints|monitor|nudge|ping|poll|print|register|release|unhold|reload|remove|report-timings|reset|restart|run|start|scan|scp-transfer|search|grep|set-verbosity|show|spawn|stop|shutdown|submit|single|suite-state|test-battery|trigger|validate|view|warrenty"


if [[ ${COMP_CWORD} -eq 1 ]]; then
Expand Down
62 changes: 0 additions & 62 deletions etc/profile-experiments/busy-validate.json

This file was deleted.

61 changes: 0 additions & 61 deletions etc/profile-experiments/busy.json

This file was deleted.

10 changes: 0 additions & 10 deletions etc/profile-experiments/complex-validate.json

This file was deleted.

10 changes: 0 additions & 10 deletions etc/profile-experiments/complex.json

This file was deleted.

49 changes: 0 additions & 49 deletions etc/profile-experiments/diamond-validate.json

This file was deleted.

48 changes: 0 additions & 48 deletions etc/profile-experiments/diamond.json

This file was deleted.

63 changes: 0 additions & 63 deletions etc/profile-experiments/example

This file was deleted.

9 changes: 0 additions & 9 deletions etc/profile-experiments/experiment.json

This file was deleted.

Loading

0 comments on commit eb7ab88

Please sign in to comment.