platform_build_blueprint/bootstrap
Colin Cross 5bdb4ca1a5 Set GOMAXPROCS to number of CPUs
Apparently Go only allows a single thread to be executing by default,
so the increase in performance seen when concurrency was added to
Blueprint was entirely due to scheduling goroutines while the
executing goroutine was blocked in a syscall.  Whoops.

Set GOMAXPROCS to the number of CPUs.  Reduces wall thime by >2x on
one workload.

Change-Id: Ib5fc7761c09a076fc5a1b7f08f5ccf034304477c
2015-04-15 11:03:17 -07:00
..
minibp Update import paths to include github 2015-03-21 01:03:36 -04:00
bootstrap.go Update import paths to include github 2015-03-21 01:03:36 -04:00
cleanup.go Update import paths to include github 2015-03-21 01:03:36 -04:00
command.go Set GOMAXPROCS to number of CPUs 2015-04-15 11:03:17 -07:00
config.go Add license headers and LICENSE file 2015-01-23 14:23:27 -08:00
doc.go Update import paths to include github 2015-03-21 01:03:36 -04:00