I'm publishing some random string data to 7 different streams. When I subscribe to them, it takes about 22 seconds to publish 1k data. Without subscribing, it takes about 21 seconds.
The string data I publish is of length 5 and I'm using the Savoir (python wrapper) to interact with multichain API. Also, I'm using only a single node which I control from my local laptop.
You can also see my code in here:
https://gist.github.com/TinfoilHat0/639163679aba65b51c18f732f862b040
What I wonder is, are these figures normal or am I interacting with streams in a wrong manner ?
Thanks in advance.