Skip to content

Commit 9a14542

Browse files
committed
tests: Add is_slow parameter to README
1 parent 347c62f commit 9a14542

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ ignore = false # If true, ignore this test. Please comment why, ideally link to
2424
known_failure = false # If true, this test is known to fail and the result will be inverted. When the test passes in the future, it'll fail and alert that it now passes.
2525
output_path = "output.txt" # Path (relative to the directory containing test.toml) to the expected output
2626
log_fetch = false # If true, all network requests will be included in the output.
27+
is_slow = false # If true, the test is marked as taking significantly longer to execute compared to others. Used for improving performance of the test suite.
2728

2829
# Sometimes floating point math doesn't exactly 100% match between flash and rust.
2930
# If you encounter this in a test, the following section will change the output testing from "exact" to "approximate"
@@ -71,4 +72,4 @@ sleep_to_meet_frame_rate = false # If true, slow the tick rate to match the movi
7172

7273
`fscommand("quit")` is enabled for tests, and will end the test at the end of this frame or tick.
7374

74-
You can use this to end a test prematurely before the set number of iterations elapses, which may be useful for timer tests.
75+
You can use this to end a test prematurely before the set number of iterations elapses, which may be useful for timer tests.

0 commit comments

Comments
 (0)