Revert "Turn on HINT_FROM_SOONG by default"
This reverts commit f5c872f36b
.
Revert reason: The original commit seems to have a performance regression for a number of benchmarked performance CUJs.
Bug: 283143307
Test: Benchmarking results. See attached bug.
Change-Id: Ib9463c8d30a5ba61640993424696a84e2e03040a
This commit is contained in:
committed by
Christopher Parsons
parent
a2244043ea
commit
fddeaff4a6
@@ -316,9 +316,8 @@ func UploadOnlyConfig(ctx Context, args ...string) Config {
|
||||
|
||||
func NewConfig(ctx Context, args ...string) Config {
|
||||
ret := &configImpl{
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
ninjaWeightListSource: HINT_FROM_SOONG,
|
||||
environ: OsEnvironment(),
|
||||
sandboxConfig: &SandboxConfig{},
|
||||
}
|
||||
|
||||
// Default matching ninja
|
||||
|
Reference in New Issue
Block a user