ssbc / ssb-ebt

secure scuttlebutt replication with epidemic-broadcast-trees
MIT License
18 stars 10 forks source link

Benchmarks for indexed feed replication #78

Closed staltz closed 1 year ago

staltz commented 1 year ago

We need to measure how much time does it take for indexed feed of size 10k take. Based on that, calculate msgs/sec.

staltz commented 1 year ago

@arj03 Oh, this is done! https://github.com/ssbc/ssb-ebt/blob/master/benchmark/index-performance.js

arj03 commented 1 year ago

Right, now I remember, because we already do the get check for index feeds we wanted to measure the performance.