ChainSafe / forest

🌲 Rust Filecoin Node Implementation
https://forest.chainsafe.io
Apache License 2.0
617 stars 145 forks source link

[Bench] GC. #4442

Closed ruseinov closed 4 days ago

ruseinov commented 2 weeks ago

Summary of changes

Changes introduced in this pull request:

Reference issue to close (if applicable)

Closes

Other information and links

I was keen on reusing a refactoring TempParityDB for a broader set of use-cases. In theory it isn't a problem that it's exposed as public API, but I still feel like it might be a good idea to feature-gate it for benchmarks and test.

Change checklist

ruseinov commented 4 days ago

Closing this for now, I think this is kinda useless.