Dave Kelsey
Dave Kelsey
Remove the need to provide channel and contract information in the fabric network configuration file
### Please share the technical limitation of Caliper that you encountered. Channel information should not be in the network configuration file but should be part of the workload module. The...
### Please share the technical limitation of Caliper that you encountered. https://github.com/hyperledger/caliper/issues/1205 implements the base functionality but will not provide support for mutual TLS ### Please detail your feature idea...
### Which Caliper version are you using? 0.4.2 ### Which Node.JS version are you using? 14 ### Which operating system are you using? WSL2 ### Please provide some context for...
The docker image doesn't appear to have any automated testing where 1. It's tested to show to at least builds 2. It's tested to show that it can be used...
The docker stats at the moment collect network/disk IO but just a cumulative amount, ie how much was done in a run but it would also be useful to know...
Starts off ok ``` +---------------------------------------------------------------------------------------------------------+-----------+-----------+------------------+------------------+-----------------+------------------+-----------------+---------------+ | Name | CPU%(max) | CPU%(avg) | Memory(max) [MB] | Memory(avg) [MB] | Traffic In [MB] | Traffic Out [MB] | Disc Write [MB] |...
### Please share the technical limitation of Caliper that you encountered. https://github.com/hyperledger/caliper/issues/1205 provides a base implementation of the connector without this support ### Please detail your feature idea that could...
preload-assets and delete-assets are designed to create the exact number of assets requested no matter how matter how many workers are defined. This requires a specific benchmark configuration to use...
We need linting rules in place for javascript, go and java.
for the query transactions java expects a certain number of parameters but the workload doesn't send enough. This results in an error in the contract api (which is probably a...