提交 b5483aa9 编写于 作者: D Derek Parker

Set GOMAXPROCS in proc_test

Makes for more deterministic test runs.
上级 48bb398c
......@@ -20,6 +20,10 @@ import (
"github.com/derekparker/delve/source"
)
func init() {
runtime.GOMAXPROCS(2)
}
// Process represents all of the information the debugger
// is holding onto regarding the process we are debugging.
type Process struct {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册