Skip to content

Commit b93002c

Browse files
committed
Don't invoke sharding in benchmarks yet
1 parent fac8d1c commit b93002c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

benchmark/generate-projects.main.kts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,8 @@ application {
935935
936936
metro {
937937
// reportsDestination.set(layout.buildDirectory.dir("metro"))
938-
enableGraphSharding.set($enableSharding)
938+
// TODO re-enable when we can target Metro 0.8.3+
939+
// enableGraphSharding.set($enableSharding)
939940
interop {
940941
includeJavax()
941942
includeAnvilForDagger()

0 commit comments

Comments
 (0)