Skip to content

use LuaJIT instead of Lua 5.1 as default interpreter #3

use LuaJIT instead of Lua 5.1 as default interpreter

use LuaJIT instead of Lua 5.1 as default interpreter #3

Workflow file for this run

name: Benchmark
on:
pull_request:
branches: [ "master" ]
env:
CARGO_TERM_COLOR: always
jobs:
runBenchmark:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: boa-dev/criterion-compare-action@v3
with:
defaultFeatures: false
features: "scripting"
branchName: ${{ github.base_ref }}