Skip to content
/ SMark Public
forked from smarr/SMark

Write Benchmarks like Tests

License

Notifications You must be signed in to change notification settings

guillep/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.

About

Write Benchmarks like Tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smalltalk 100.0%