How to use the pyperformance.benchmarks.bm_richards.Task.__init__ function in pyperformance

To help you get started, we’ve selected a few pyperformance examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github python / pyperformance / pyperformance / benchmarks / bm_richards.py View on Github external
def __init__(self, i, p, w, s, r):
        Task.__init__(self, i, p, w, s, r)
github python / pyperformance / pyperformance / benchmarks / bm_richards.py View on Github external
def __init__(self, i, p, w, s, r):
        Task.__init__(self, i, p, w, s, r)
github python / pyperformance / pyperformance / benchmarks / bm_richards.py View on Github external
def __init__(self, i, p, w, s, r):
        Task.__init__(self, i, 0, None, s, r)
github python / pyperformance / pyperformance / benchmarks / bm_richards.py View on Github external
def __init__(self, i, p, w, s, r):
        Task.__init__(self, i, p, w, s, r)