2023-03-13
ew-cli 0.9.1
- added
--num-balanced-shards [value]
for fair, historical runtime based sharding: emulator.wtf will store historical test runtime at a single test level and will assign tests to shards in the most even way possible, leading to shorter overall test times than--num-shards
or--num-uniform-shards
.
gradle-plugin 0.9.1
- bumped default
ew-cli
to 0.9.1 - added
numBalancedShards
property for fair, historical runtime based sharding, see theew-cli
release notes above