Dave Kelsey
Dave Kelsey
Prototype being developed here https://github.com/davidkel/provision-performance
I don't think this should be done for the current SDKs (Go, Node, Java) as although Node and Java are almost functionally equivalent, Go definitely isn't. What is functionally equivalent...
As a thought we could have benchmark files allow for variable substitution, that variable value could come from - env vars (both manager and worker) - parameter provided to manager/worker...
This is about the difference between a network configuration file and a caliper configuration file and the first confusion was that this is a single file but unfortunately it isn't...
I'm unable to recreate this on my test system, but it is a VM rather than bare-metal which was where I think these came from. It's also interesting to note...
@SamYuan1990 for caliper 0.5.0 the need to specify --caliper-fabric-gateway-enabled has been removed when using fabric SUT 2.2 as it's unnecessary (I presume that there was a plan to try to...
@SamYuan1990 So your last attempt had some of the correct setup, ie you have to bind an sut in order to use the docker image, however I've never tested the...
@SamYuan1990 The author of #1248 said that he didn't have enough memory to run caliper which is why it failed. So I would suggest that you check you have enough...
@SamYuan1990 0.5.0 unstable is actually a pretty stable release, just not labelled as such. It would be really good to understand what the problem is in case there is something...
txNumber is the total number of transactions you want to submit for the round but given you have 50 workers and txNumber set to 10, you are easily going to...