xwords 0.2.0

Tooling to fill crossword puzzles
Documentation
on: [push]

name: Bench

jobs:
  build_and_test:
    name: Bench
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
        with:
          ref: main
      - name: bench
        uses: actions-rs/cargo@v1
        with:
          command: bench
      - uses: actions/checkout@v2
        with:
          clean: false
      - name: bench
        uses: actions-rs/cargo@v1
        with:
          command: bench
      - name: Upload benchmark report
        uses: actions/upload-artifact@v1
        with:
          name: Benchmark report
          path: target/criterion/