aquavm/junk/gen-bench-data
Ivan Boldyrev 2e0b54c2d4
feat(data)!: Rkyv for InterprerterData (#783)
* Refactor out the `InterpreterDataEnvelope`

It is an envelope for the data that makes `version` info accessible in
standard non-changing way.  Inner data in `InterpreterDataEnv` is a binary blob.

* Use `rkyv` for `InterpreterData`
* `InterpreterDataEnvelope` uses MsgPack directly

It will be changed when `interpreter-sede` will support types with serde borrows.
2024-01-10 00:22:11 +07:00
..

Generate data for certain benchmarks.

+ signatures_multiple_cids
  Lot of CIDs for single peer
+ signatures_multiple_sigs
  Lot of peers with small number of CIDs
+ lot of own signatures
  No, it doesn't seem to matter: all the sets are recreated.