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 multithreaded parquet reader benchmarks. #15585

Merged

Commits on Dec 19, 2023

  1. first pass at multi-threaded parquet benchmarks

    Signed-off-by: Mike Wilson <knobby@burntsheep.com>
    hyperbolic2346 committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    1d32613 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Multithread parquet benchmarks. Broken up into separate benchmarks fo…

    …r chunked and non-chunked reader.
    nvdbaranec committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    00d682f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a4803ae View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Configuration menu
    Copy the full SHA
    feb145d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Rework test parameters so that we generally see at least small perfor…

    …mance increases with more threads. And the benchmarks clearly
    
    show multiple-thread-only performance regressions that we have historically seen.
    nvdbaranec committed May 20, 2024
    Configuration menu
    Copy the full SHA
    21a6261 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d0c922 View commit details
    Browse the repository at this point in the history
  3. Formatting.

    nvdbaranec committed May 20, 2024
    Configuration menu
    Copy the full SHA
    ad747cb View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    6dc06b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcd33aa View commit details
    Browse the repository at this point in the history