Performance tests
Measure rather than assume! The idea behind this project is to build a set of tools to easily evaluate various performance concerns and stop guessing. Initial focus is on languages such as JavaScript on Node.js and Rust, combined with such technologies as RabbitMQ, MongoDB, Postgres.
By building a large number of various benchmarks I hope to reach a point where creating another benchmark will be efortless.
Available benchmarks
- Postgres: Number of batch rows vs. insert performance
- Postgres: Index, sorting and random values impact vs. insert performance
- Postgres: Indexing uuid and bigint vs. select performance
- Rabbitmq: prefetch - node.js/amqplib
- Rabbitmq: prefetch - node.js/amqp
- Rabbitmq: prefetch - rust
- Mongodb: Text search vs regex
- Elastic: Text search: term vs regexp vs wildcard