command
module
Version:
v0.0.0-...-d40d4d1
Opens a new window with list of versions in this module.
Published: Nov 19, 2023
License: MIT
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Tangle Hornet Reading Time
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
How to use
Requirements
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.
Build the project on your own
- Clone this repository;
- Download all the dependencies:
go mod tidy
- Execute the project:
go run main.go
Using parameters
Parameter |
Description |
qtm |
Number of messages that will be created |
idx |
Message index |
Example:
go run main.go -qtm=15 -idx=MyIndex
License
The MIT license can be found here.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.