Skip to content

smarr/SMark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.