Skip to content

Instantly share code, notes, and snippets.

View wuyahuang's full-sized avatar
😃
Focusing

yahuang.wu wuyahuang

😃
Focusing
  • Xiamen, China
  • 08:24 (UTC +08:00)
View GitHub Profile
@spoonincode
spoonincode / eosiobench.md
Last active October 17, 2018 15:45
eosio benchmarking notes with txn_test_gen_plugin

This general procedure was used when doing pre-dawn 3.0 performance testing as mentioned in EOSIO/eos#2078.

Network layout: 2 nodes connected to each other on same box, 1 producer, 1 generator
Hardware: AMD Ryzen at 3.9Ghz
Software: Linux 4.15; eosio compiled with Clang6 -O3
Tested on Apr25 2018 on the DAWN-2018-04-23-ALPHA branch

Make an empty directory for our configs & data, mkdir ~/eos.data, and define a logging.json that doesn't print debug information (which occurs for each txn) to the console

cat << EOF > ~/eos.data/logging.json