Dave Kelsey
Dave Kelsey
Both Duration and number of transactions wait for any outstanding transactions to finish, however it seems that this can result in a round taking a very long time to finish...
WIthin the report code base, as an example ``` resultMap.set('Max Latency (s)', CaliperUtils.millisToSeconds(results.getMaxLatencyForSuccessful()).toFixed(2)); resultMap.set('Min Latency (s)', CaliperUtils.millisToSeconds(results.getMinLatencyForSuccessful()).toFixed(2)); ``` But there is a configuration entry for reports to alter precision |...
The fabric 1.4 non gateway connector doesn't clean up it's connections so when a benchmark terminates remote workers hang and don't terminate. All connections should be closed on release context...
In the documentation, references to adapter are made whereas in other places (newer documentation) it refers to connector. We should replace the term adapter with connector throughout the documentation.
In newer releases of the 2.2 node sdk 2 new query strategies were introduced, we can add support for these. need to check which version was added and maybe even...
For historic reasons the fabric connector code sometimes uses `mspId` and other times uses `mspid` we should be consistent in the code base to avoid coding mistakes in the future
### Please share the technical limitation of Caliper that you encountered. Currently you have to use a static connection profile with the 1.4 non gateway fabric connector. Ideally we want...
### Please share the technical limitation of Caliper that you encountered. In light of the potential for malicious actors there is a need to ensure caliper stays current and as...
This is an enhancement to the peer gateway connector. The new SDKs don't support peer targeting but do support org targeting so this capability should be added.