Skip to content

Commit

Permalink
Update benchmarking.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Dónal Murray <[email protected]>
  • Loading branch information
AurevoirXavier and seadanda authored Oct 29, 2024
1 parent 84a0b33 commit f057359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/timestamp/src/benchmarking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mod benchmarks {
let t = MAX_TIME;
// Ignore write to `DidUpdate` since it transient.
let did_update_key = DidUpdate::<T>::hashed_key().to_vec();
benchmarking::add_to_whitelist(TrackedStorageKey {
add_to_whitelist(TrackedStorageKey {
key: did_update_key,
reads: 0,
writes: 1,
Expand Down

0 comments on commit f057359

Please sign in to comment.