Closed Gianfrancoalongi closed 11 years ago
currently , in the dev branch for this, we have the following behavior
Passed 0 m 0 s 1 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 1 ms Passed 0 m 0 s 0 ms Passed 0 m 0 s 0 ms
./Demo_tests.dyalog tests ⍋ Passed: 6 ⍟ Crashed: 0 ⍒ Failed: 0 ○ Runtime: 0 m 0 s 32 ms
Added in 755ba62b4c6a2158c3fcb174e1b385bbfd06d241
Measure the time for each test and the grand total. t←⎕TS
.test
⎕TS-t As suggested by Jake Jacob