Skip to content

Commit

Permalink
Reduced multiplier in vec push benchmark to address long running benc…
Browse files Browse the repository at this point in the history
…hmark for DCL data structures

Signed-off-by: Marvin Hansen <marvin.hansen@gmail.com>
  • Loading branch information
marvin-hansen committed Jan 14, 2024
1 parent 73a5389 commit 7b91bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dcl_data_structures/benches/benchmarks/fields.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// Copyright (c) "2023" . The DeepCausality Authors. All Rights Reserved.

pub const SIZE: usize = 10;
pub const MULT: usize = 1000;
pub const MULT: usize = 100;

0 comments on commit 7b91bd8

Please sign in to comment.