summaryrefslogtreecommitdiff
path: root/src/runtime/proc_test.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: expand acceptable PingPongHog factor from 2 to 5Austin Clements2017-06-051-4/+7
* all: remove some unused parameters in test codeDaniel Martí2017-04-251-3/+3
* runtime: fix goroutine priority elevationAustin Clements2016-05-191-0/+8
* runtime: fix CPU underutilizationDmitry Vyukov2016-05-031-0/+18
* runtime: improve randomized stealing logicDmitry Vyukov2016-03-251-0/+4
* runtime: don't assume b.N > 0Marcel van Lohuizen2016-03-181-0/+3
* runtime: listen 127.0.0.1 instead of localhost on androidBurcu Dogan2016-03-081-1/+8
* runtime: deflake TestNumGoroutineRuss Cox2016-01-271-4/+19
* runtime: add more debug info to flaky TestNumGoroutineBrad Fitzpatrick2016-01-271-1/+1
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-131-0/+18
* Revert "runtime: make NumGoroutine and Stack agree not to include system goro...Russ Cox2016-01-081-18/+0
* runtime: make NumGoroutine and Stack agree not to include system goroutinesRuss Cox2016-01-081-0/+18
* runtime: move test programs out of source code, coalesceRuss Cox2015-12-291-36/+1
* runtime: remove unnecessary wakeups of worker threadsDmitry Vyukov2015-12-111-0/+74
* runtime: disable TestGoroutineParallelism on uniprocessorRuss Cox2015-07-221-0/+4
* runtime: disable GC around TestGoroutineParallelismAustin Clements2015-05-281-2/+3
* runtime: fix race in BenchmarkPingPongHogRuss Cox2015-04-271-1/+5
* runtime: yield time slice to most recently readied GAustin Clements2015-04-241-0/+51
* runtime: benchmark for ping-pong in the presence of a CPU hogAustin Clements2015-04-241-0/+37
* cmd/gc: transform closure calls to function callsDmitry Vyukov2015-02-131-0/+12
* cmd/gc: capture variables by valueDmitry Vyukov2015-01-291-0/+20
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+480