Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 445 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 445 Bytes

SMark

Write Benchmarks like Tests.

SMark is a benchmarking suite for Smalltalk (Pharo and Squeak specifically).

Installation

Pharo 7+

Metacello new
    baseline: 'SMark';
    repository: 'github://smarr/SMark';
    load.

Squeak 5.2+

Installer ensureRecentMetacello.
Metacello new
    baseline: 'SMark';
    repository: 'github://smarr/SMark';
    load.