Skip to content

Checks the message response time of some index in the Tangle Hornet.

License

Notifications You must be signed in to change notification settings

AllanCapistrano/tangle-hornet-reading-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone this repository;
  2. Download all the dependencies:
    go mod tidy
  3. 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.

About

Checks the message response time of some index in the Tangle Hornet.

Topics

Resources

License

Stars

Watchers

Forks

Languages