Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • test
  • display_aggregates_only_test.cc
Find file
BlameHistoryPermalink
  • Roman Lebedev's avatar
    Track two more details about runs - the aggregate name, and run name. (#675) · 58588476
    Roman Lebedev authored Sep 13, 2018
    This is related to @BaaMeow's work in https://github.com/google/benchmark/pull/616 but is not based on it.
    
    Two new fields are tracked, and dumped into JSON:
    * If the run is an aggregate, the aggregate's name is stored.
      It can be RMS, BigO, mean, median, stddev, or any custom stat name.
    * The aggregate-name-less run name is additionally stored.
      I.e. not some name of the benchmark function, but the actual
      name, but without the 'aggregate name' suffix.
    
    This way one can group/filter all the runs,
    and filter by the particular aggregate type.
    
    I *might* need this for further tooling improvement.
    Or maybe not.
    But this is certainly worthwhile for custom tooling.
    58588476
display_aggregates_only_test.cc 1.58 KB
EditWeb IDE
×

Replace display_aggregates_only_test.cc

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.