Skip to content

Merge branch 'feature/add-adaboost-ensemble' of https://github.com/ra… #8

Merge branch 'feature/add-adaboost-ensemble' of https://github.com/ra…

Merge branch 'feature/add-adaboost-ensemble' of https://github.com/ra… #8

Workflow file for this run

on: [push, pull_request]
name: Run iai Benches
jobs:
testing:
name: benching
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@master
- name: Install toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run cargo bench iai
run: cargo bench iai --all