Skip to content

Add option to hash based on method instead of class #2

@winhamwr

Description

@winhamwr

For cases with test fixtures, it's likely that splitting by class will result in the best speed. When there are no gains from grouping tests by class, though, this can result in a less-even, and thus slower, distribution.

$ export NOSE_DISTRIBUTED_NODES=2;
$ export NOSE_DISTRIBUTED_NODE_NUMBER=1;
$ export NOSE_DISTRIBUTED_CLASS_HASHING=0;
$ nosetests long_test_suit

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions