axone-protocol / contracts

πŸ“œ Smart contracts for the Axone protocol (powered by CosmWasm)
https://axone.xyz
BSD 3-Clause "New" or "Revised" License
123 stars 21 forks source link

πŸ“ˆ Implement benchmarking tool #191

Open ccamel opened 1 year ago

ccamel commented 1 year ago

Idea

We need to conduct a benchmark campaign for the OKP4 chain and its smart contracts to evaluate their performance. The outcome of this campaign should be metrics (e.g. gas consumption, storage size, ...) and graphs that will help us understand the behavior of the blockchain and the smart contracts under different loads and conditions. To accomplish this, we need to implement a benchmarking tool.

Expectation

Implement the benchmarking tool using Python, and use any libraries or frameworks suitable for the task.

ccamel commented 1 year ago

FYI @SonnevilleDamien

ccamel commented 1 year ago

Tools identified:

ChaimaaZaoui commented 1 year ago

@SonnevilleDamien you self-assigned this, is it in progress then ?

SonnevilleDamien commented 1 year ago

Not yet, I have assigned it to myself because I have to take care of it