Loading workload/workload_test.go +7 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ func TestWorkloadWaitGroup(t *testing.T) { } func TestWorkloadChannels(t *testing.T) { t.Skip("DOES NOT WORK RIGHT NOW") randSeedTimeNow() result := make(chan int) Loading @@ -66,7 +69,10 @@ func TestWorkloadChannels(t *testing.T) { } const ( numberOfPrimes = 5 //10 numberOfPrimes = 5 // Run from command line with following options // shell$ go test -v -race -timeout 5m ./workload/... //numberOfPrimes = 30 ) func TestPrimes(t *testing.T) { Loading Loading
workload/workload_test.go +7 −1 Original line number Diff line number Diff line Loading @@ -44,6 +44,9 @@ func TestWorkloadWaitGroup(t *testing.T) { } func TestWorkloadChannels(t *testing.T) { t.Skip("DOES NOT WORK RIGHT NOW") randSeedTimeNow() result := make(chan int) Loading @@ -66,7 +69,10 @@ func TestWorkloadChannels(t *testing.T) { } const ( numberOfPrimes = 5 //10 numberOfPrimes = 5 // Run from command line with following options // shell$ go test -v -race -timeout 5m ./workload/... //numberOfPrimes = 30 ) func TestPrimes(t *testing.T) { Loading