Skip to content

[In-Progress] Extending ingestion benchmarks. Included a 10M docs single field benchmark #2516

[In-Progress] Extending ingestion benchmarks. Included a 10M docs single field benchmark

[In-Progress] Extending ingestion benchmarks. Included a 10M docs single field benchmark #2516

Workflow file for this run

name: macos
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: cargo build --all --all-targets --verbose
- name: Run tests
run: cargo test --all --all-targets --verbose