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

[SDK] Add benchmark for base2 exponential histogram indexer #2181

Merged
merged 4 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. [SDK] Add benchmark for base2 exponential histogram indexer

    ```
    Run on (16 X 2899.97 MHz CPU s)
    CPU Caches:
      L1 Data 48 KiB (x8)
      L1 Instruction 32 KiB (x8)
      L2 Unified 1280 KiB (x8)
      L3 Unified 55296 KiB (x1)
    Load Average: 1.00, 0.33, 0.15
    -------------------------------------------------------------
    Benchmark                   Time             CPU   Iterations
    -------------------------------------------------------------
    BM_NewIndexer            5.73 ns         5.74 ns    121518000
    BM_ComputeIndex/-1       4.09 ns         4.09 ns    171316000
    BM_ComputeIndex/0        4.08 ns         4.08 ns    171349000
    BM_ComputeIndex/1        8.62 ns         8.63 ns     81330000
    BM_ComputeIndex/20       8.60 ns         8.61 ns     81323000
    ```
    Ruslan Nigmatullin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d71a502 View commit details
    Browse the repository at this point in the history
  2. add opentelemetry_metrics into cmakelists.txt

    Ruslan Nigmatullin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    b9106d2 View commit details
    Browse the repository at this point in the history
  3. fix msvc

    Ruslan Nigmatullin committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    9e134cb View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

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