File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -64,13 +64,15 @@ jobs:
6464 - name : Ensure benchmark data dir exists
6565 run : mkdir -p ./benchmark/data
6666 - name : Build benchmark Lua 5.3
67- run : node dist/tstl.js -p benchmark/tsconfig.53.json
67+ run : node ../dist/tstl.js -p tsconfig.53.json
68+ working-directory : benchmark
6869 - name : Run benchmark Lua 5.3
6970 id : benchmark-lua
7071 run : echo ::set-output name=info::`lua5.3 -- run.lua ../data/benchmark_master_53.json ${{github.ref}}`
7172 working-directory : benchmark/dist
7273 - name : Build benchmark LuaJIT
73- run : node dist/tstl.js -p benchmark/tsconfig.jit.json
74+ run : node ../dist/tstl.js -p tsconfig.jit.json
75+ working-directory : benchmark
7476 - name : Run benchmark LuaJIT
7577 id : benchmark-jit
7678 run : echo ::set-output name=info::`luajit -- run.lua ../data/benchmark_master_jit.json ${{github.ref}}`
You can’t perform that action at this time.
0 commit comments