mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-02-17 00:00:11 +08:00
Add a benchmark github workflow
This commit is contained in:
parent
951f0bcb10
commit
a8272f0eef
15
.github/workflows/benchmarks.yml
vendored
Normal file
15
.github/workflows/benchmarks.yml
vendored
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
---
|
||||||
|
on: [pull_request]
|
||||||
|
|
||||||
|
name: Benchmark pull requests
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
runBenchmark:
|
||||||
|
name: run benchmark
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@master
|
||||||
|
- name: run benchmark
|
||||||
|
uses: matchai/criterion-compare-action@master
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
Loading…
x
Reference in New Issue
Block a user