Skip to content

Commit

Permalink
note in benchmark readme that duckdb must be installed (#698)
Browse files Browse the repository at this point in the history
  • Loading branch information
danking authored Aug 29, 2024
1 parent 44edfb4 commit ff3f52a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bench-vortex/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,17 @@ For profiling, you can open in Instruments using the following invocation:
```
cargo instruments -p bench-vortex --bin tpch_benchmark --template Time --profile bench
```

# Common Issues

If the benchmarks fail because of this error:

```
Failed to compress to parquet: No such file or directory (os error 2)
```

You likely do not have duckdb installed. On macOS, try this:

```
brew install duckdb
```

0 comments on commit ff3f52a

Please sign in to comment.