solana/validator
Yueh-Hsuan Chiang 5245eb4229
(LedgerStore) Hidden validator argument for RocksDB perf samples (#24684)
#### Summary of Changes
This PR replaces the use of thread_rng in RocksDB perf metric samples by
AtomicU32 with Ordering::Relaxed to improve the performance of determining
whether to sample the current RocksDB's read/write perf metric.
2022-04-29 17:55:34 -07:00
..
src (LedgerStore) Hidden validator argument for RocksDB perf samples (#24684) 2022-04-29 17:55:34 -07:00
.gitignore Ignore test-ledger when running test-validator (#19433) 2021-08-25 15:48:12 -07:00
Cargo.toml chore: bump libc from 0.2.120 to 0.2.124 (#24520) 2022-04-20 15:45:13 -06:00
solana-test-validator