Skip to content

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

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

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

Workflow file for this run

name: freebsd
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: build
uses: vmactions/freebsd-vm@v1
with:
usesh: true
sync: rsync
copyback: false
prepare: pkg install -y bash curl lang/rust devel/llvm-devel
run: |
cargo build --all --all-targets --verbose
curl https://sh.rustup.rs -sSf > rustup.sh
sh rustup.sh -y
. $HOME/.cargo/env
rustup target add i686-unknown-freebsd
cargo build --all --all-targets --verbose --target i686-unknown-freebsd
cargo test --all --all-targets --verbose