Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 691 Bytes

File metadata and controls

20 lines (12 loc) · 691 Bytes

icury EOSIO Contracts API'sc Benchmark tests

Introduction

This is a standalone program for benchmarking the performance of icury's EOSIO APIs hosted on 51.254.99.43:5000. The program achieves the following goals.

  1. Hits all the read and write APIs with 100 go routines (threads) each.
  2. records the time in second for each of the request to get the response back from the server.

Project Dependencies

Setup step

  • go run main.go

work in progress:

The project is in active development, Any and all contributions are welcome.