Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions rust/lance-datafusion/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -242,5 +242,6 @@ pub const ROWS_SCANNED_METRIC: &str = "rows_scanned";
pub const TASK_WAIT_TIME_METRIC: &str = "task_wait_time";
pub const DELTAS_SEARCHED_METRIC: &str = "deltas_searched";
pub const PARTITIONS_SEARCHED_METRIC: &str = "partitions_searched";
pub const FIND_PARTITIONS_CALLS_METRIC: &str = "find_partitions_calls";
pub const SCALAR_INDEX_SEARCH_TIME_METRIC: &str = "search_time";
pub const SCALAR_INDEX_SER_TIME_METRIC: &str = "ser_time";
4 changes: 4 additions & 0 deletions rust/lance/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@ harness = false
name = "vector_throughput"
harness = false

[[bench]]
name = "distributed_vector_build"
harness = false

[[bench]]
name = "mem_wal_write"
harness = false
Expand Down
Loading
Loading