Skip to content

Commit

Permalink
chore: rename module
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshg committed Aug 25, 2023
1 parent 388cc58 commit c9750fe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $ ./gradlew :web:jsBrowserProductionRun -t
$ ./gradlew publishAllPublicationsToLocalRepository

# Benchmark
$ ./gradlew :benchmarks:benchmark
$ ./gradlew :benchmark:benchmark

# Dependency Graph
$ ./gradlew :backend:listResolvedArtifacts
Expand Down Expand Up @@ -156,6 +156,6 @@ graph LR
desktop --> common
backend --> common
web --> common
benchmarks --> common
benchmark --> common
```
2 changes: 1 addition & 1 deletion benchmarks/README.md → benchmark/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
### Run Benchmarks

```bash
$ ./gradlew :benchmarks:benchmark
$ ./gradlew :benchmark:benchmark
```

### Resources
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include(":backend")

include(":web")

include(":benchmarks")
include(":benchmark")

include(":compose:web")

Expand Down

0 comments on commit c9750fe

Please sign in to comment.