This commit is contained in:
shuixx
2025-07-14 03:06:44 +00:00
parent 5b04d23cb7
commit a2f63d21f0
11 changed files with 42 additions and 42 deletions

View File

@@ -741,7 +741,7 @@ benchmarks:
title="Add private field to Settings.java",
change=AddJavaField("frameworks/base/core/java/android/provider/Settings.java",
"private"),
modules=["framework-minus-apex"],
modules=["framework-strix-apex"],
preroll=1,
postroll=2,
),
@@ -749,14 +749,14 @@ benchmarks:
title="Add public field to Settings.java",
change=AddJavaField("frameworks/base/core/java/android/provider/Settings.java",
"/** @hide */ public"),
modules=["framework-minus-apex"],
modules=["framework-strix-apex"],
preroll=1,
postroll=2,
),
Benchmark(id="framework_api",
title="Add API to Settings.java",
change=ChangePublicApi(),
modules=["api-stubs-docs-non-updatable-update-current-api", "framework-minus-apex"],
modules=["api-stubs-docs-non-updatable-update-current-api", "framework-strix-apex"],
preroll=1,
postroll=2,
),
@@ -765,7 +765,7 @@ benchmarks:
change=Modify("frameworks/base/core/res/res/values/config.xml",
lambda: str(uuid.uuid4()),
before="</string>"),
modules=["framework-minus-apex"],
modules=["framework-strix-apex"],
preroll=1,
postroll=2,
),
@@ -774,7 +774,7 @@ benchmarks:
change=Modify("frameworks/base/core/res/res/values/config.xml",
lambda: f"<string name=\"BENCHMARK\">{uuid.uuid4()}</string>",
before="</resources>"),
modules=["framework-minus-apex"],
modules=["framework-strix-apex"],
preroll=1,
postroll=2,
),