-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Martín Dias edited this page Dec 22, 2021
·
28 revisions
Welcome to the BlocBenchs wiki!
-
Download Pharo 10
-
Load the baseline with:
Metacello new
baseline: 'BlocBenchs';
repository: 'github://pharo-graphics/BlocBenchs/src';
load.
When loading warnings pop up, click on Proceed or Load.
- After load finished, open Iceberg and revert any change in "Bloc" and "pharo-beacon" projects (didn't invest time yet in achieving a clean install).
We have a build script that downloads Pharo and loads the project. It's prepared to work on MacOS, Linux and Windows (with MINGW64).
To use it:
- Clone this repository (this will be the
<repo_path>
) - Create anywhere in your system a directory where the image will be build, and open a terminal there.
- Execute
<repo_path>/scripts/build.sh
- Check class comment of
PCBlocBenchmarker
- Evaluate
BlCanvasBenchmarkRunner class>>#exampleInspect
- See class-side examples of
BlCanvasBenchmarkRunner