solana-with-rpc-optimizations/ledger/benches
steviez 56ccffdaa5
Replace get_tmp_ledger_path!() with self cleaning version (#33702)
This macro is used a lot for tests to create a ledger path in order to
open a Blockstore. Files will be left on disk unless the test remembers
to call Blockstore::destroy() on the directory. So, instead of requiring
this, use the get_tmp_ledger_path_auto_delete!() macro that creates a
TempDir (which automatically deletes itself when it goes out of scope).
2023-10-21 11:38:31 +02:00
..
blockstore.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
protobuf.rs Replace get_tmp_ledger_path!() with self cleaning version (#33702) 2023-10-21 11:38:31 +02:00
sigverify_shreds.rs removes lazy-static thread-pool from sigverify-shreds (#30787) 2023-03-20 20:33:22 +00:00