aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/proc_test.go
AgeCommit message (Expand)Author
2015-12-29runtime: move test programs out of source code, coalesceRuss Cox
2015-12-11runtime: remove unnecessary wakeups of worker threadsDmitry Vyukov
2015-07-22runtime: disable TestGoroutineParallelism on uniprocessorRuss Cox
2015-05-28runtime: disable GC around TestGoroutineParallelismAustin Clements
2015-04-27runtime: fix race in BenchmarkPingPongHogRuss Cox
2015-04-24runtime: yield time slice to most recently readied GAustin Clements
2015-04-24runtime: benchmark for ping-pong in the presence of a CPU hogAustin Clements
2015-02-13cmd/gc: transform closure calls to function callsDmitry Vyukov
2015-01-29cmd/gc: capture variables by valueDmitry Vyukov
2014-09-08build: move package sources from src/pkg to srcRuss Cox