8000 GitHub - wcgcyx/ethgen
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wcgcyx/ethgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ethgen

A tool to generate realistic near-head read only eth_call queries.

Build

make build

Run

First run a daemon to follow the chain and build a adaptive dataset.

./build/ethgen daemon --config=./contracts.json --chain_ap=http://127.0.0.1:8545

To generate 250 queries every 1 second:

./build/ethgen generate --number=250 --duration=1s

To test performance at rate 250/sec:

./build/ethgen request --number=250 --duration=1s

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0