Skip to content

Instantly share code, notes, and snippets.

View awallgren's full-sized avatar

Anders Wallgren awallgren

View GitHub Profile
// Test procedure with parallel fanout
def stepCount = 1600
// Number of jobs to scale up to
def jobCount = 100
// Expected durations of various phases
def setupTime = 30
def runTime = 600
def teardownTime = 30