From 6e40405fbc1c26fc2a1d8b652c9081a6d76d1a5d Mon Sep 17 00:00:00 2001 From: Eduard Karacharov Date: Sun, 23 Jun 2024 15:42:18 +0300 Subject: [PATCH] temporary benchmarks wf --- .github/workflows/benchmarks.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/workflows/benchmarks.yml diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml new file mode 100644 index 000000000000..6cc99d877e0a --- /dev/null +++ b/.github/workflows/benchmarks.yml @@ -0,0 +1,22 @@ +name: coverage + +on: + push: + +jobs: + # test the crate + row-format-bench: + name: Row format bench + runs-on: ubuntu-latest + container: + image: amd64/rust + steps: + - uses: actions/checkout@v4 + with: + submodules: true + - name: Setup Rust toolchain + uses: ./.github/actions/setup-builder + - name: Install critcmp + run: cargo install critcmp + - name: Benchmark branch + run: cargo bench --all-features --bench row_format -- --save-baseline branch