This is a block producer benchmark, based on work by AlohaEOS.
The benchmarks below are REM contracts which are set on the rembenchmark
account on Testnet. They are executed during each block producers' schedule, and the timings recorded on-chain using the standard cpu_usage_us
transaction field. The data is freely available to view and analyze, and we encourage doing so to help identify issues and improve block producer performance.
Example tools that utilize this data:
This benchmark targets the CPU by calculating Mersenne prime numbers. Calculating primes is an industry standard for measuring CPU performance and it uses code operations that are common in software development.
This benchmark targets RAM by rapidly writing to and reading from a RAM table. Due to inefficiencies within the EOSIO software this benchmark is currently CPU heavy and thus we consider it experimental and very similar to the CPU benchmark. As the software performance is improved we expect the results of this benchmark to become more meaningful.
--
REM Token holders should not rely on results of this benchmark as an absolute indication of block producers’ performance. Results are mainly intended for operators of the REM infrastructure to have additional metrics that can aid them in testing different infrastructures, configurations and features while identifying performance differences and potential bottlenecks. These statistics are not subject to verification by other nodes on the network; therefore it is possible for block producers to manipulate them. Furthermore, running custom software or configurations may impact the measurement of these metrics.