Publishes some messages into an index checks the response time of consulting these messages in Tangle Hornet and writes it to a csv
file.
The csv
file will be in the files
directory
This project was mainly tested with Go version 1.20.x
We recommend you update Go to the latest stable version to use the library.
- Clone this repository;
- Download all the dependencies:
go mod tidy
- Execute the project:
go run main.go
Parameter | Description |
---|---|
qtm | Number of messages that will be created |
idx | Message index |
Example:
go run main.go -qtm=15 -idx=MyIndex
The MIT license can be found here.