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 buffer benchmarks #26418

Closed
wants to merge 1 commit into from

Commits on May 2, 2019

  1. benchmark: refactor buffer benchmarks

    Currently the buffer benchmarks take significantly too long to
    complete. This drastically reduces the overall runtime by removing
    obsolete checked variations and reducing the iteration count.
    
    It also improves the benchmarks by removing the deprecated
    `new Buffer(size)` usage and some other small improvements.
    BridgeAR committed May 2, 2019
    Configuration menu
    Copy the full SHA
    f0b3656 View commit details
    Browse the repository at this point in the history