Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 46e0f2e

Browse files
committed
Cleanup
1 parent 237833d commit 46e0f2e

File tree

7 files changed

+210
-4716
lines changed

7 files changed

+210
-4716
lines changed

.github/workflows/perf.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
1717
export PATH="$SWIFTENV_ROOT/bin:$PATH"
1818
eval "$(swiftenv init -)"
1919
swiftenv install $TOOLCHAIN_DOWNLOAD
20-
node ci/perf-tester/index.js
20+
make perf-tester
21+
node ci/perf-tester
2122
env:
2223
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
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ run_benchmark:
2525

2626
.PHONY: perf-tester
2727
perf-tester:
28-
cd ci/perf-tester && npm install && npm run build
28+
cd ci/perf-tester && npm install

ci/perf-tester/index.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)