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
  • filter_test.cc
Find file
BlameHistoryPermalink
  • Roman Lebedev's avatar
    Introduce "family index" field into JSON output (#1164) · 4c2e32f1
    Roman Lebedev authored Jun 02, 2021
    It may be useful for those wishing to further post-process JSON results,
    but it is mainly geared towards better support for run interleaving,
    where results from the same family may not be close-by in the JSON.
    
    While we won't be able to do much about that for outputs,
    the tools can and perhaps should reorder the results to that
    at least in their output they are in proper order, not run order.
    
    Note that this only counts the families that were filtered-in,
    so if e.g. there were three families, and we filtered-out
    the second one, the two families (which were first and third)
    will have family indexes 0 and 1.
    4c2e32f1
filter_test.cc 2.9 KB
EditWeb IDE
×

Replace filter_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.