]> Cypherpunks repositories - gostls13.git/commit
test/stress: start of a runtime stress program
authorBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Apr 2013 18:50:14 +0000 (11:50 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Mon, 15 Apr 2013 18:50:14 +0000 (11:50 -0700)
commitb3809cae5e89af31d618b07843267a17cff28999
tree74565a65b2254fe77906890135657ce0ec8adec7
parent9ca4a25f4ba0dcdb17c41374f146668e97183176
test/stress: start of a runtime stress program

Runs forever, stressing the runtime in various ways.

It should never terminate.

R=golang-dev, r, minux.ma
CC=golang-dev
https://golang.org/cl/8583047
test/stress/maps.go [new file with mode: 0644]
test/stress/parsego.go [new file with mode: 0644]
test/stress/runstress.go [new file with mode: 0644]