caliper-benchmarks
caliper-benchmarks copied to clipboard
Fabric Java contract missing private data methods
The Java contract for fabric is missing the private data methods that currently exist in the nodeJS contract:
- add
- batch add
- get
- batch get
In order to benchmark these for Java, they need to be added