Skip to content

v0.10.6

Compare
Choose a tag to compare
@jeremyandrews jeremyandrews released this 10 Nov 12:48
· 816 commits to main since this release
5faca77

0.10.6 Nov 10, 2020

  • replace --only-summary with --running-metrics <usize>, running metrics are disabled by default
  • allow configuration of the algorithm used when allocating GooseTaskSets to starting GooseUsers:
    o GooseTaskSetScheduler::RoundRobin allocates 1 of each available GooseTaskSet at a time (new default)
    o GooseTaskSetScheduler::Serial allocates all of each available GooseTaskSet in the order they are defined
    o GooseTaskSetScheduler::Random allocates 1 random GooseTaskSet from all available
  • when enabled, display running metrics for the entire duration of test, including ramp-up and shutdown