Criterion Benchmarks aren't producing results

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
  • dynamic_binomial

  • here is the project

  • criterion.rs

    Statistics-driven benchmarking library for Rust

  • I'm running cargo bench but for some reason nothing is being executed, thinking it might be related to this issue (even though I'm not using a cargo workspace), I downloaded cargo-criterion and tried the criterion command, which generated an empty html report. the group I specified in the function bench bins isn't being ran. since the problem is probably in the binomial_coeff_bench.rs file, here is its contents: ```rs use criterion::{black_box, criterion_group, criterion_main, Criterion}; use dynamic_binomial::bin_coeff::{bottom_up_bin_coeff, memoized_bin_coeff, naive_bin_coeff}; use rand::{thread_rng, Rng};

  • 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
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