Skip to content

Commit

Permalink
Merge pull request #603 from stacks-network/benches/add_prices_resolu…
Browse files Browse the repository at this point in the history
…tion

benches: improve resolution of `add_prices`
  • Loading branch information
ureeves authored Jan 27, 2025
2 parents 8c7d526 + 9352d1b commit b1a701a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clar2wasm/benches/comparison.rs
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ decl_benches! {
),
(
"add_prices",
(1..401).step_by(50),
(1..51).step_by(2),
|_i| r"
(define-map oracle_data
{ source: uint, symbol: uint }
Expand Down

0 comments on commit b1a701a

Please sign in to comment.