0

My smart contract includes following function:

  1. three functions have query ability: function1,function2,function3
  2. three functions have update ability: function4,function5,function6

How can I test query ability and update ability(throughout) overall?

I try to invoke all three query functions in submitTransaction(), but it gets calling function1,function2 and function3 serially...something doesn't feel quite right

Sara
  • 1
  • 3
  • probably because that's how you've coded the submitTransaction to invoke each function serially, but without you providing your workload module code it's only a guess – david_k Sep 26 '22 at 20:23

0 Answers0