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

benchmark: refactor path benchmarks #26359

Closed
wants to merge 1 commit into from

Commits on Feb 28, 2019

  1. benchmark: refactor path benchmarks

    So far the benchmarks created a highly specialized function which
    would inline exactly to the input. This changes it to provide a
    more realistic view to actual input by changing the input on each
    iteration. That prevents the function to be to specific.
    
    It also reduces the number of iterations the benchmarks are run to
    reduce the overall runtime. A microbenchmark should already show a
    significant difference with lower iterations, otherwise the
    significance for real world applications is only limited.
    BridgeAR committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    8468dbd View commit details
    Browse the repository at this point in the history