You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
152
152
153
153
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.
154
154
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.
156
156
157
157
### Swift benchmarks
158
158
@@ -168,8 +168,8 @@ swift package benchmark
168
168
In order to run JMH benchmarks you can:
169
169
170
170
```bash
171
-
cd Samples/SwiftKitSampleApp
172
-
gradle jmh
171
+
cd Samples/SwiftJavaExtractFFMSampleApp
172
+
./gradlew jmh
173
173
```
174
174
175
175
Please read documentation of both performance testing tools and understand that results must be interpreted and not just taken at face value. Benchmarking is tricky and environment sensitive task, so please be careful when constructing and reading benchmarks and their results. If in doubt, please reach out on the forums.
@@ -183,8 +183,8 @@ To view the rendered docc documentation you can use the docc preview command:
0 commit comments