Skip to content

Commit 8cd9670

Browse files
committed
docs: note benchmark materialize default
- clarify that benchmark timings use materialize="all"
1 parent b8081f5 commit 8cd9670

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs_api/source/benchmark.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
Benchmark
22
=========
33

4-
These benchmarks show time spent and memory used by `versus.compare()`. The data
5-
comes from the Python `nycflights13` package (the `weather` table). Each size is
4+
These benchmarks show time spent and memory used by `versus.compare()` with the
5+
default `materialize="all"` setting. The data comes from the Python
6+
`nycflights13` package (the `weather` table). Each size is
67
sampled with replacement from the original table and keeps 95% of rows on each
78
side. In 4 of the 15 columns (`temp`, `dewp`, `humid`, `wind_dir`), 5% of values
89
differ between the two inputs. For the parquet scan case, the sampled tables are

0 commit comments

Comments
 (0)