Skip to content

Make zero-copy and ZeroCopyBuffer work with Vec<T> of length 0 #65

Make zero-copy and ZeroCopyBuffer work with Vec<T> of length 0

Make zero-copy and ZeroCopyBuffer work with Vec<T> of length 0 #65

Workflow file for this run

on: [push, pull_request]
name: Stable benchmarks
jobs:
performances:
name: Bench
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- name: Run cargo bench
uses: actions-rs/cargo@v1
with:
command: bench
toolchain: stable
args: --bench uuid --features uuid