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

140 report optimization metrics for each pipeline #194

Closed
wants to merge 71 commits into from

Commits on Mar 22, 2024

  1. feat(report): add module

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    1d68517 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67c6c38 View commit details
    Browse the repository at this point in the history
  3. fix(metrics): division

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    57a9e6a View commit details
    Browse the repository at this point in the history
  4. fix(metrics): fromInteger

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8f68046 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    09eae8d View commit details
    Browse the repository at this point in the history
  6. feat(package): add blaze

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e6f6d4e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    af90da8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d31e4a9 View commit details
    Browse the repository at this point in the history
  9. chore(cabal): update .cabal

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f2070de View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a2ec2a8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    074a6de View commit details
    Browse the repository at this point in the history
  12. feat(report):

    - make report table sortable
    
    - style the report table
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a723402 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7143dc8 View commit details
    Browse the repository at this point in the history
  14. fix(report): apply autoprefixer

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    eddc31e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c074608 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    de1d4ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c1f5cb9 View commit details
    Browse the repository at this point in the history
  18. fix(report): field names

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    cbcaa81 View commit details
    Browse the repository at this point in the history
  19. fix(cli):

    - create directory for report html if missing
    
    - fix field names
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e70b88a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    f41fc30 View commit details
    Browse the repository at this point in the history
  21. fix(report): config

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    f84da06 View commit details
    Browse the repository at this point in the history
  22. fix(report): move directory

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3c6f1c8 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9079eaa View commit details
    Browse the repository at this point in the history
  24. fix(metrics): remove the metrics script because the report command ca…

    …n generate json metrics
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    bcf595f View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    98be85f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    5e8febe View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    70676b3 View commit details
    Browse the repository at this point in the history
  28. fix(report): directory

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    abe73f3 View commit details
    Browse the repository at this point in the history
  29. fix(report): gitignore any json

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    069fa6c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    a34669d View commit details
    Browse the repository at this point in the history
  31. refactor(report):

    - move function
    
    - add doctests
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    5d61f5a View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f18e21f View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    e04a5e0 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    856285c View commit details
    Browse the repository at this point in the history
  35. refactor(report):

    - use safe numbers
    
    - use change categories in the report
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6e6bc66 View commit details
    Browse the repository at this point in the history
  36. refactor(report html):

    - use metrics changes with categories
    
    - get categories from a report
    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    84679d0 View commit details
    Browse the repository at this point in the history
  37. fix(metrics): json instances

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    2d8a64f View commit details
    Browse the repository at this point in the history
  38. fix(metrics): division

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    396a928 View commit details
    Browse the repository at this point in the history
  39. fix(report): show percents

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a51f344 View commit details
    Browse the repository at this point in the history
  40. fix(cli): update functions

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    a78af23 View commit details
    Browse the repository at this point in the history
  41. feat(package): add scientific

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    76ed34a View commit details
    Browse the repository at this point in the history
  42. refactor(cli): formatting issue

    deemp committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    6dda973 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    055f169 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17b47fb View commit details
    Browse the repository at this point in the history
  3. fix(report): imports

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    a813e7f View commit details
    Browse the repository at this point in the history
  4. fix(report): config format

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    f1fc195 View commit details
    Browse the repository at this point in the history
  5. fix(report): config

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    8f06471 View commit details
    Browse the repository at this point in the history
  6. fix(cli): remove unused option

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    218736e View commit details
    Browse the repository at this point in the history
  7. fix(report): import

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    cac8a76 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    98d8cad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7c3a85f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d0f1c1 View commit details
    Browse the repository at this point in the history
  11. fix(package): update cabal file

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    6fcd2a2 View commit details
    Browse the repository at this point in the history
  12. fix(report): gitignore reports

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    1a86006 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1971831 View commit details
    Browse the repository at this point in the history
  14. fix(cli): formatting issue

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    ec3afca View commit details
    Browse the repository at this point in the history
  15. fix(test): imports

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d8f95ef View commit details
    Browse the repository at this point in the history
  16. fix(test): formatting

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    e24d103 View commit details
    Browse the repository at this point in the history
  17. fix(report): metric name

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    fde9b17 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    69de37a View commit details
    Browse the repository at this point in the history
  19. fix(report): description

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    d52ed76 View commit details
    Browse the repository at this point in the history
  20. fix(report): class name

    deemp committed Mar 23, 2024
    Configuration menu
    Copy the full SHA
    0986d9a View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. refactor(cli, report): update terminology - refer to initial and norm…

    …alized phi programs
    deemp committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    623734c View commit details
    Browse the repository at this point in the history
  2. feat(package): add file-embed

    deemp committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    b17ce84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    361ce95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eb2977f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    78c87f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5be8b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d797f3a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb1bb40 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    474708f View commit details
    Browse the repository at this point in the history