Skip to content

Commit c9750fe

Browse files
committed
chore: rename module
1 parent 388cc58 commit c9750fe

File tree

6 files changed

+4
-4
lines changed

6 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ $ ./gradlew :web:jsBrowserProductionRun -t
4040
$ ./gradlew publishAllPublicationsToLocalRepository
4141

4242
# Benchmark
43-
$ ./gradlew :benchmarks:benchmark
43+
$ ./gradlew :benchmark:benchmark
4444

4545
# Dependency Graph
4646
$ ./gradlew :backend:listResolvedArtifacts
@@ -156,6 +156,6 @@ graph LR
156156
desktop --> common
157157
backend --> common
158158
web --> common
159-
benchmarks --> common
159+
benchmark --> common
160160
161161
```

benchmarks/README.md renamed to benchmark/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Run Benchmarks
22

33
```bash
4-
$ ./gradlew :benchmarks:benchmark
4+
$ ./gradlew :benchmark:benchmark
55
```
66

77
### Resources
File renamed without changes.

settings.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ include(":backend")
1212

1313
include(":web")
1414

15-
include(":benchmarks")
15+
include(":benchmark")
1616

1717
include(":compose:web")
1818

0 commit comments

Comments
 (0)