iota-community / IOTA-eXperience-Team

The IOTA Experience Team is a top-level team in the IOTA Project focused on community-facing efforts.
MIT License
38 stars 5 forks source link

[GOAL] Create a website that lists VPS providers and hardware by their performance in the Tangle #14

Open Dr-Electron opened 3 years ago

Dr-Electron commented 3 years ago

Create a website that lists VPS providers and hardware by their performance in the Tangle

Priority: ()

We should have a list of VPS providers for beginners. Only tested and approved providers could be added. You could sort them by I/O, CPU benchmarks and price/performance. We would need to implement benchmark tools in the node software. Hornet already has the bench-io tool to benchmark I/O.

I made a first draft for the website in this repo. Feel free to make PRs and suggestions.

Key results

Team

All Node Teams

Contributors

X-Team members

@Dr-Electron

Additional Information

Governance

Please use the following emoji reactions in this post to indicate: :+1: - Participating :heavy_plus_sign: - Add my vote

Dr-Electron commented 3 years ago

CPU benchmark was implemented in Hornet with commit https://github.com/gohornet/hornet/commit/c9b6f29ca1f979652b505f3b643620b7f6cf7eb4

grtlr commented 2 years ago

There is a PR to implement this in Bee too: https://github.com/iotaledger/bee/pull/843