Skip to content
Snippets Groups Projects
  1. Sep 28, 2024
  2. Sep 26, 2024
  3. Feb 12, 2024
    • Robert Schmidt's avatar
      CI: phytest-timing: detect deviation from normalized values above/below · 00356767
      Robert Schmidt authored
      The CI would only detect a deviation from the normalized value based on
      a configurable threshold, typically 1.25 (so we would tolerate a 25%
      increase). However, it often happens that a timing gets shorter (e.g.,
      forgot to put the timing measurements). This commit introduces a
      "Deviation Threshold" (smaller than 1) to not only check that we exceed
      1.0 + "Deviation Threshold" (as before), but also that are not below 1.0
      - "Deviation Threshold".
      
      In other words, assuming a maximum divergence of 25%, instead of just
      checking if val > 1.25, we now also check if val < 0.75 (and flag
      error).
      00356767
  4. Aug 07, 2023
    • Robert Schmidt's avatar
      CI: cell content's <pre> style to stack horizontally · 5ddb9f68
      Robert Schmidt authored
      The results of individual UEs (e.g., ping) is listed vertically, like
      so:
      
      | ping results | UE1 |
      |              | UE2 |
      |              | UE3 |
      
      Where UE1, UE2, ... represents an entire box with results for UE 1, 2,
      ... For many UEs, this results in considerable need for vertical space. This
      commit changes to something like the following to save space:
      
      | ping results | UE1 UE2 UE3 |
      
      For a single UE, this commit has no major impact (the boxes are not
      stretched to width anymore).
      5ddb9f68
  5. Feb 23, 2023
  6. Oct 18, 2022
  7. Sep 06, 2022
  8. Apr 22, 2022
  9. Mar 01, 2022
  10. Feb 28, 2022
  11. Aug 10, 2021
  12. Aug 09, 2021
  13. May 10, 2021
  14. Apr 30, 2021
  15. Apr 29, 2021
  16. Apr 28, 2021
  17. Apr 15, 2021
  18. Apr 13, 2021
  19. Apr 12, 2021
  20. Apr 07, 2021
  21. Jan 25, 2021
  22. Oct 26, 2020
  23. Oct 12, 2020
  24. Aug 06, 2020
  25. Jul 28, 2020
  26. Jul 19, 2020
  27. Jun 11, 2020
  28. May 07, 2020
  29. Apr 22, 2020
  30. Apr 21, 2020
Loading