LABSARI / SMark

Write Benchmarks like Tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Write Benchmarks like Tests

License:MIT License


Languages

Language:Smalltalk 100.0%