PkgJogger.jl icon indicating copy to clipboard operation
PkgJogger.jl copied to clipboard

Judgement Mode in TUI

Open awadell1 opened this issue 2 years ago • 0 comments

Currently compares the latest to oldest

  • Want to be able to pick the baseline results to compare against
    • Comparing to latest is prob okay
    • Users can always exit the tui to do arbitrary compares
  • Add a Reference (For Tuning) and Baseline (For Judging) identifier selectors
    • Need a new sub-menu for picking benchmarking results (Refactor current action)
    • Loading benchmarking results is slow --> Why?
  • Can error if missing key
    • Currently setup as judgement = Jogger.judge(n, o) then @show judgement[selction]
    • Ie. We have a fixed comparison and use the menu to pick what we want to see
    • Want to keep this form but set n = :latest o = JudgementRef and add check to filter keys that are not in the judgement

awadell1 avatar Jun 09 '22 14:06 awadell1