An error occurred fetching the project authors.
  1. 12 Feb, 2024 2 commits
    • 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
    • Robert Schmidt's avatar
      Add Slot Indication to monitoring · 6ba87167
      Robert Schmidt authored
      6ba87167
  2. 21 Nov, 2022 1 commit
  3. 10 Oct, 2022 1 commit
  4. 04 Aug, 2022 1 commit
  5. 04 Jun, 2022 1 commit
  6. 28 Feb, 2022 1 commit
  7. 21 Jan, 2022 1 commit
  8. 02 Dec, 2021 1 commit
  9. 12 Nov, 2021 1 commit
  10. 28 Sep, 2021 1 commit
  11. 21 Jul, 2021 1 commit
  12. 30 Apr, 2021 1 commit
  13. 29 Apr, 2021 1 commit
  14. 28 Apr, 2021 1 commit