allo-isolate 0.1.27

Run Multithreaded Rust along with Dart VM (in isolate).
Documentation
on: [push, pull_request]

name: Stable benchmarks

jobs:
  performances:
    name: Bench
    runs-on: ubuntu-latest
    steps:
      - name: Checkout sources
        uses: actions/checkout@v2

      - name: Install stable toolchain
        uses: actions-rs/toolchain@v1
        with:
          profile: minimal
          toolchain: stable
          override: true

      - name: Run cargo bench
        uses: actions-rs/cargo@v1
        with:
          command: bench
          toolchain: stable
          args: --bench uuid --features uuid