Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
chippmann committed May 17, 2024
1 parent 3f50a47 commit 20041ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/benchmark_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,18 +68,16 @@ jobs:
run: |
modules/kotlin_jvm/harness/benchmarks/gradlew -p modules/kotlin_jvm/harness/benchmarks/ build -Prelease=true
- name: Setup embedded jdk
- name: Run benchmarks
run: |
cd modules/kotlin_jvm/harness/benchmarks/
jlink --add-modules java.base,java.logging --output jre-amd64
- name: Run benchmarks
run: |
./gradlew executeAndUploadBenchmarkResults
timeout-minutes: 30

- name: Profile benchmarks
run: |
cd modules/kotlin_jvm/harness/benchmarks/
rm -rf jre-amd64
./gradlew profileAndUpload
timeout-minutes: 30

0 comments on commit 20041ad

Please sign in to comment.