Oliver Killane

Results 13 issues of Oliver Killane

## Goals - [x] Generate a representation of the tree of benchmarks that could be converted to different file types. *Done with `StatTree` that can be passed to file outputs...

## Context Noticed by @cameronelliott From the readme, the benchmark run instructions are: ```bash cargo bench -q -p examples --all-features ``` But when running with extra flags (e.g. `--bytes-format`) we...

## Issue Failing on constraints referring to an enum's value. ## Reproduce [Go to this repo, and `cargo test`](https://github.com/OliverKillane/bug-reports/tree/main/duckdb_allocator_size_0_assert) ```rust #[cfg(test)] mod tests { use duckdb::{params, Connection}; #[test] fn incorrect_behaviour()...