Skip to content
Martín Dias edited this page Dec 22, 2021 · 30 revisions

Welcome to the BlocBenchs wiki!

Install

  1. Download Pharo 10

  2. 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.

  1. 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).

Alternative: 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,

Executable Entry-Points

  • Check class comment of PCBlocBenchmarker
  • Evaluate BlCanvasBenchmarkRunner class>>#exampleInspect
  • See class-side examples of BlCanvasBenchmarkRunner
Clone this wiki locally