Skip to content

Refactor custom node implementation, add visitor API and stable unqoted text. #59

Refactor custom node implementation, add visitor API and stable unqoted text.

Refactor custom node implementation, add visitor API and stable unqoted text. #59

Workflow file for this run

name: bench
on: [pull_request]
jobs:
bench:
name: bench
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: critcmp
run: |
cargo install critcmp
cargo bench -- --save-baseline changes
git checkout main
cargo bench -- --save-baseline main
critcmp main changes