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

Judgement Mode in TUI #56

Open
awadell1 opened this issue Jun 9, 2022 · 0 comments
Open

Judgement Mode in TUI #56

awadell1 opened this issue Jun 9, 2022 · 0 comments
Labels
bug Something isn't working enhancement New feature or request tui Related to PkgJogger's Text User Interface

Comments

@awadell1
Copy link
Owner

awadell1 commented Jun 9, 2022

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 awadell1 added bug Something isn't working enhancement New feature or request tui Related to PkgJogger's Text User Interface labels Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request tui Related to PkgJogger's Text User Interface
Projects
None yet
Development

No branches or pull requests

1 participant