Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add rbx_binary Miner's Haven benchmark and readme #473

Merged

Commits on Nov 2, 2024

  1. Configuration menu
    Copy the full SHA
    1b6c26f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bb13cc View commit details
    Browse the repository at this point in the history
  3. Use BatchSize::LargeInput if input size exceeds 1KB

    Criterion.rs documentation states that "SmallInput indicates that the
    input to the benchmark routine [...] is small enough that millions of
    values can be safely held in memory." 1KB seems like a good cutoff
    to use to start using LargeInput, if we take "millions of values" to
    mean ~3,000,000.
    kennethloeffler committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    038fe75 View commit details
    Browse the repository at this point in the history