aquavm/junk/gen-bench-data
Ivan Boldyrev 0d53f2bab1
feat(execution-engine): Rc-based JSON value (#813)
Use custom JSON value type with Rc inside.  It cannot be edited, but producing new values based on child element is very cheap.

This new type is used exclusively in AquaVM internals.  Interface APIs use serde_json's Value or JSON strings, as before.
---------

Co-authored-by: raftedproc <71657594+raftedproc@users.noreply.github.com>
2024-02-13 19:11:21 +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.