-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Martín Dias edited this page Aug 17, 2022
·
28 revisions
Welcome to the BlocBenchs wiki!
-
Download Pharo 11 (Bloc:dev-1.0 is incompatible with Pharo 10)
-
Load the baseline with:
EpMonitor disableDuring: [
Author useAuthor: 'Load' during: [
[ Metacello new
baseline: 'BlocBenchs';
repository: 'github://pharo-graphics/BlocBenchs:dev-1.0/src';
onConflictUseIncoming;
ignoreImage;
load.
] on: MCMergeOrLoadWarning
do: [ :warning | warning load ] ] ]
We have a build script that downloads Pharo and loads the project. It's prepared to work on MacOS, Linux and Windows (tested with the bash shell terminal that comes with git for Windows).
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
- Run examples at class-side of
PCBenchmarker
- Run examples at class-side of
BlProfileRunner
- Run
BlMouseMoveBenchmark class>>#exampleRun
- Run
PCMeanConfidenceIntervalPrinter class>>·example