solana/benches
Greg Fitzgerald 28af9a39b4 Don't clone before borrowing
Clippy told us to change function parameters to references, but
wasn't able to then tell us that the clone() before borrowing
was superfluous. This patch removes those by hand.

No expectation of a performance improvement here, since we were
just cloning reference counts. Just removes a bunch of noise.
2018-07-18 08:04:31 -04:00
..
bank.rs Don't clone before borrowing 2018-07-18 08:04:31 -04:00
banking_stage.rs Fix all remaining clippy warnings 2018-07-12 09:40:40 -06:00
ledger.rs Faster benchmarking for CI 2018-07-13 14:03:50 -06:00
signature.rs Faster benchmarking for CI 2018-07-13 14:03:50 -06:00
streamer.rs Reduce sample size to restore number of transactions 2018-07-11 11:18:18 -06:00