iron-io / iron_worker_ruby_ng

Next Gen Ruby gem for IronWorker
www.iron.io
BSD 2-Clause "Simplified" License
58 stars 22 forks source link

Tests for worker. #195

Closed d-kononov closed 9 years ago

d-kononov commented 10 years ago

CPU, mem, hdd, network and concurrency

carimura commented 10 years ago

@freeman1988 this is awesome, thanks.

Clusters will have "unknown" mem/cpu/hd because this is changing over time. Can the tests suite produce a report of "average mem/cpu performance or available resources" at the end of the test?

Also is there a simple way to set at runtime "i expect N MB's of memory" and have the tests check that?

d-kononov commented 10 years ago

@carimura thanks! Added prompt for max mem, hdd, max concurrency and cpu performance. Also added a report of mem, cpu, hdd info at the end of the test.

d-kononov commented 10 years ago

it's the shame...

d-kononov commented 9 years ago

@rkononov PR updated.