refactor benchmarks (#25)

* refactor benchmarks

* fix

* fix CI
This commit is contained in:
Evan Pete Walsh
2020-01-01 17:07:36 -08:00
committed by GitHub
parent 138c48d92e
commit e3cf6a7b00
3 changed files with 27 additions and 29 deletions

View File

@ -31,6 +31,12 @@ jobs:
command: fmt
args: --manifest-path ./tokenizers/Cargo.toml -- --check
- name: Lint Benchmarks with RustFmt
uses: actions-rs/cargo@v1
with:
command: fmt
args: --manifest-path ./tokenizers/Cargo.toml -- ./tokenizers/benches/bpe_benchmark.rs --check
- name: Lint with Clippy
uses: actions-rs/cargo@v1
with: