[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

test[times] index


Tests to collect execution time of s8 expressions.

How to run this tests

This tests are designed to run on any runtime, evaluating the following expression
SwikiCodeRobot @> #(test times)


Test pages

*test[times] prologue*initial setup for time mode testing
test[times] 00Work in progress
test[times] epilogue

Index chunks

"Evaluating first chunk of this test set"
(Smalltalk includesKey: #Smalltalk) ifFalse: [
    self print: 'Require s8 execution environment.'.
    self abort
].