csspin_ce.ce_support_tools

The csspin_ce.ce_support_tools plugin provides a wrapper for the ce_support_tools package.

How to setup the csspin_ce.ce_support_tools plugin?

For using the csspin_ce.ce_support_tools plugin, a project’s spinfile.yaml must at least contain the following configuration.

Configuring csspin_ce.ce_support_tools in spinfile.yaml
plugin_packages:
    - csspin-ce
plugins:
    - csspin_ce:
        - mkinstance  # Required for instance location
        - ce_support_tools
contact_elements:
    umbrella: <The umbrella to use>
# ... other configurations depending on csspin_ce.mkinstance's requirements.

The provisioning of the required tools and the plugins dependencies can be done via the well-known spin provision-command.

How to pass additional options and arguments to the pyperf task?

Except for the -D / --instancedir option, all additional flags and options are passed to the pyperf command-line tool.

Pass additional flags and options to pyperf
spin pyperf [-D <path to instance> | options] <cmd> <cmd-options>

Examples

Run performance tests:

Run performance tests for the current project
spin pyperf run