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] add gbenchmark #2780

Merged
merged 25 commits into from
Jul 1, 2022
Merged

Commits on Jun 10, 2022

  1. [benchmark] add gbenchmark

    strega-nil committed Jun 10, 2022
    Configuration menu
    Copy the full SHA
    9093861 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2022

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

Commits on Jun 14, 2022

  1. fix linking

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    8dd601a View commit details
    Browse the repository at this point in the history
  2. fix CR comments

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    3bb30f0 View commit details
    Browse the repository at this point in the history
  3. fix azp

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    056aceb View commit details
    Browse the repository at this point in the history
  4. stop removing /EHsc

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    d4e416d View commit details
    Browse the repository at this point in the history
  5. fix tests

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    9bd8744 View commit details
    Browse the repository at this point in the history
  6. don't format cmake

    strega-nil committed Jun 14, 2022
    Configuration menu
    Copy the full SHA
    677f467 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. fix all the things

    strega-nil committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    d5895aa View commit details
    Browse the repository at this point in the history
  2. check flags

    strega-nil committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    f825bc6 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2022

  1. hopefully fix CI

    strega-nil committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e3487bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89e5979 View commit details
    Browse the repository at this point in the history
  3. bugfix

    strega-nil committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    3e830fe View commit details
    Browse the repository at this point in the history
  4. Casey CRs

    strega-nil committed Jun 16, 2022
    Configuration menu
    Copy the full SHA
    e86dca4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2022

  1. Stephan CRs

    strega-nil committed Jun 21, 2022
    Configuration menu
    Copy the full SHA
    6a2d30d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c903dd View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2022

  1. Modify README, change how benchmarks work

    Instead of adding new files to the same benchmark executable,
    this will make each benchmark a different executable; due to how
    Google Benchmark works, afaict, there isn't a good way to group
    up benchmarks into files, so it's better to just have each file
    be a separate binary.
    
    Additionally, rename copy -> std_copy.
    strega-nil committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    25d2a89 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b09eeb7 View commit details
    Browse the repository at this point in the history
  3. Casey CRs

    strega-nil committed Jun 22, 2022
    Configuration menu
    Copy the full SHA
    d77f88b View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2022

  1. more CRs

    strega-nil committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    756f6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b80c5d8 View commit details
    Browse the repository at this point in the history
  3. Fix Casey's damage

    CaseyCarter authored Jun 23, 2022
    Configuration menu
    Copy the full SHA
    36798a7 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    dd79099 View commit details
    Browse the repository at this point in the history
  2. add xoshiro notice

    strega-nil committed Jun 29, 2022
    Configuration menu
    Copy the full SHA
    f13531d View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Code review feedback.

    StephanTLavavej committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    db7ff94 View commit details
    Browse the repository at this point in the history