We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc4d287 commit d4bf287Copy full SHA for d4bf287
.github/workflows/perf.yml
@@ -17,7 +17,7 @@ jobs:
17
export PATH="$SWIFTENV_ROOT/bin:$PATH"
18
eval "$(swiftenv init -)"
19
swiftenv install $TOOLCHAIN_DOWNLOAD
20
- node perf-tester/index.js
+ node ci/perf-tester/index.js
21
env:
22
TOOLCHAIN_DOWNLOAD: https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3-SNAPSHOT-2020-08-10-a/swift-wasm-5.3-SNAPSHOT-2020-08-10-a-linux.tar.gz
23
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments