Skip to content

record benchmark results with pre-computed JSON key serialization (is… #37

record benchmark results with pre-computed JSON key serialization (is…

record benchmark results with pre-computed JSON key serialization (is… #37

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
java-version: ['21', '23']
steps:
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java-version }}
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java-version }}
distribution: 'temurin'
cache: maven
- name: Build and test
run: mvn -B verify