Skip to content

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website #1575

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website

Bump @babel/plugin-transform-modules-systemjs from 7.18.9 to 7.29.4 in /website #1575

Workflow file for this run

name: test-bench
on:
push:
branches: [master, stable-*]
pull_request:
branches: [master, stable-*]
jobs:
tests:
name: Benchmark ${{ matrix.compiler }}
runs-on: ubuntu-latest
env:
CC: ${{ matrix.compiler }}
strategy:
matrix:
compiler: [clang, gcc]
steps:
- uses: actions/checkout@v6
- name: Configure build
run: |
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_COUNTRY_BENCHMARKS=ON ..
- name: Build
run: |
cd build
make
- name: Run benchmarks
run: |
cd build
make benchmarks