Hi Team,
We have analysed the utxocount and have seen if utxocount is less, then TPS is higher.
Accordingly we have changed our use case where we are sending +1 qty Asset from Address 1 to Address 2 and then Address 2 to Address 3 and so on & we are again returning the same Asset to Address 1 after few iterations. So ideally in this scenario we should have 1 Unspent Tx for this entire loop as we are sending the same asset to every other Addresses.So our derivation is "utxocount" should be 1 for this entire transactions.
But we are observing utxocount is increasing just like txcount. After end of test with a span of 15-20 minutes sometimes utxocount is automatically decreased to a lower value or else we need to execute "combineunspent" API to reduce the same. So we are not getting this pattern