d45dec1ca8
It has been decided we're going to live in a many core world. Let's take advantage of that and parallelize these state store tests which all run in memory and are largely CPU bound. An unscientific benchmark demonstrating the improvement: [mp state (master)] $ go test PASS ok github.com/hashicorp/nomad/nomad/state 5.162s [mp state (f-parallelize-state-store-tests)] $ go test PASS ok github.com/hashicorp/nomad/nomad/state 1.527s |
||
---|---|---|
.. | ||
autopilot.go | ||
autopilot_test.go | ||
schema.go | ||
schema_test.go | ||
state_store.go | ||
state_store_oss.go | ||
state_store_test.go | ||
testing.go | ||
testing_oss.go |