You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
# Loop test
- Run the server from the repo root directory: `go run main.go` - Install npm dependancies `npm install` - Run the nodejs loop script: `node loop-test.js` - This will print on the screen the number of iterations each 100 iterations - And if there is an error verifying a signature, will print all the involved parameters
|