Skip to content

Commit

Permalink
feat: improve rules ref
Browse files Browse the repository at this point in the history
  • Loading branch information
addisonbgross committed Jul 24, 2024
1 parent 1875960 commit 9fe216a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/validations/validations-rules-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ Assert that the frames per second of the gameplay recording are above a threshol

### Average Frames Per Second

Assert that the average frames per second of the gameplay recording is above a threshold.
Assert that the average frames per second of the gameplay recording is above a threshold. This average is computed
across all frames in a gameplay recording.

### Maximum Frame Time

Assert that the maximum frame time of the gameplay recording is below a threshold.

Assert that the maximum frame time of the gameplay recording is below a threshold. Frame time is the amount of time spent calculating and rendering a frame, and is measured in milliseconds. If a single frame exceeds the specified threshold, the rule will be violated.

0 comments on commit 9fe216a

Please sign in to comment.