-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Martín Dias edited this page Dec 15, 2021
·
28 revisions
Welcome to the BlocBenchs wiki!
Load the baseline in Pharo 10 with:
Metacello new
baseline: 'BlocBenchs';
repository: 'github://pharo-graphics/BlocBenchs/src';
load.
When loading warnings pop up, click on Proceed or Load.
Alternatively, there is a build script that downloads Pharo and loads the project.
It should work in MacOS, linux and Windows (with MINGW64).
To use it, clone this repository, create a directory and execute <this_repo>/scripts/build.sh
,
- Check class comment of
PCBlocBenchmarker
- Evaluate
BlCanvasBenchmarkRunner class>>#exampleInspect
- See class-side examples of
BlCanvasBenchmarkRunner