Skip to content

Commit a010832

Browse files
committed
mention TIME mode in language spec
1 parent a1265cf commit a010832

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

spec/README.md

+12
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,17 @@ There is a make task to conveniently do this:
7575
make build_test_outputs
7676
```
7777

78+
## Performance timing
79+
80+
The syntax specs have performance timing collection built in. To get these
81+
times run the test suite with the `TIME` environment variable set.
82+
83+
```
84+
TIME=1 busted spec/lang_spec.moon
85+
```
86+
87+
Any changes to the compiler should not introduce any substantial performance
88+
decreases.
89+
7890

7991

0 commit comments

Comments
 (0)