File tree 2 files changed +12
-0
lines changed
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,4 @@ sandbox/*.csv
20
20
sandbox /* .parquet /
21
21
.history
22
22
bin /
23
+ sandbox /bugfixing.md
Original file line number Diff line number Diff line change @@ -24,4 +24,15 @@ echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid
24
24
25
25
cargo build --release
26
26
flamegraph -- target/release/sequila-cli -f queries/q1-coitrees.sql
27
+ ```
28
+
29
+ ## How to run benchmark locally:
30
+ 1 . Download and unpack test [ dataset] ( https://drive.google.com/file/d/1lctmude31mSAh9fWjI60K1bDrbeDPGfm/view?usp=sharing ) .
31
+ 2 . Export env variable with path to the root folder with benchmark data, e.g.:
32
+ ``` bash
33
+ export BENCH_DATA_ROOT=/Users/mwiewior/research/databio/
34
+ ```
35
+ 3 . Run benchmark
36
+ ``` bash
37
+ RUSTFLAGS=" -Ctarget-cpu=native" cargo bench --bench databio_benchmark -- --quick
27
38
```
You can’t perform that action at this time.
0 commit comments