Announcing Glassbench, a micro-benchmark crate, to use with cargo bench - Main features: SQLite storage, concise tables

This page summarizes the projects mentioned and recommended in the original post on /r/rust

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • glassbench

    A micro-benchmark framework to use with cargo bench

  • I hadn't plans to add throughput, but now there's one: https://github.com/Canop/glassbench/issues/1

  • criterion.rs

    Statistics-driven benchmarking library for Rust

  • Glassbench doesn't try to emulate all features of Criterion so you'll find advantages in Criterion too.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • prodash

    report progress of concurrent applications and display it in various ways

  • I don’t recall, but believe criterion actually runs iterations, the reporting is nothing more than outputting to the terminal or so it seems. Prodash has a testing branch for glassbench and uses criterion on main if you wish to take a look yourself: https://github.com/Byron/prodash

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Performance-related question

    1 project | /r/learnrust | 7 Mar 2023
  • How can I further optimize this file parser? (std, serde, diesel)

    1 project | /r/rust | 5 Mar 2023
  • Tips in using criterion to properly benchmark a database?

    1 project | /r/rust | 30 Nov 2022
  • Lookup table slower than doing the math, and SIMD operations 10x slower than that.

    2 projects | /r/rust | 28 Aug 2022
  • How to bench my crate versus an other ?

    1 project | /r/rust | 17 May 2022