Skip to content

Commit 7150c5c

Browse files
committed
update benchmark sample project name
1 parent a1dae3f commit 7150c5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ cd Samples/JavaKitSampleApp
138138
To run a simple example app showcasing the jextract (Java calling Swift) approach you can:
139139
140140
```bash
141-
./gradlew Samples:SwiftKitSampleApp:run
141+
./gradlew Samples:SwiftJavaExtractFFMSampleApp:run
142142
```
143143
144144
This will also generate the necessary sources (by invoking jextract, extracting the `Sources/ExampleSwiftLibrary`)
@@ -152,7 +152,7 @@ Please refer to the [Samples](Samples) directory for more sample apps which show
152152
153153
You can run Swift [ordo-one/package-benchmark](https://github.com/ordo-one/package-benchmark) and OpenJDK [JMH](https://github.com/openjdk/jmh) benchmarks in this project.
154154
155-
Swift benchmarks are located under `Benchmarks/` and JMH benchmarks are currently part of the SwiftKit sample project: `Samples/SwiftKitSampleApp/src/jmh` because they depend on generated sources from the sample.
155+
Swift benchmarks are located under `Benchmarks/` and JMH benchmarks are currently part of the SwiftKit sample project: `Samples/SwiftJavaExtractFFMSampleApp/src/jmh` because they depend on generated sources from the sample.
156156
157157
### Swift benchmarks
158158
@@ -168,7 +168,7 @@ swift package benchmark
168168
In order to run JMH benchmarks you can:
169169
170170
```bash
171-
cd Samples/SwiftKitSampleApp
171+
cd Samples/SwiftJavaExtractFFMSampleApp
172172
./gradlew jmh
173173
```
174174

0 commit comments

Comments
 (0)