Skip to content

doc: update bechmark data #35

doc: update bechmark data

doc: update bechmark data #35

Workflow file for this run

name: CI
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: format + clippy + tests
run: make ci