Skip to content

Commit

Permalink
update query-no-filter
Browse files Browse the repository at this point in the history
  • Loading branch information
rescrv committed Dec 2, 2024
1 parent 6a1cffa commit 1d0be1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/load/src/workloads.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub fn all_workloads() -> HashMap<String, Workload> {
0.25,
Workload::Query(QueryQuery {
limit: Distribution::Constant(10),
metadata: Some(MetadataQuery::Raw(serde_json::json!({"i1": 1000}))),
metadata: None,
document: None,
}),
),
Expand Down

0 comments on commit 1d0be1a

Please sign in to comment.