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
  • tools
  • gbench
  • Inputs
  • test4_run.json
Find file
BlameHistoryPermalink
  • Roman Lebedev's avatar
    compare.py: sort the results (#1168) · 6e32352c
    Roman Lebedev authored Jun 03, 2021
    Currently, the tooling just keeps the whatever benchmark order
    that was present, and this is fine nowadays, but once the benchmarks
    will be optionally run interleaved, that will be rather suboptimal.
    
    So, now that i have introduced family index and per-family instance index,
    we can define an order for the benchmarks, and sort them accordingly.
    
    There is a caveat with aggregates, we assume that they are in-order,
    and hopefully we won't mess that order up..
    6e32352c
test4_run.json 2.26 KB
EditWeb IDE
×

Replace test4_run.json

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.