CalipeL-S-Benchmark

Description

Package to generate benchmarked reports in Pharo

Details

Source
GitHub
Dialect
pharo (25% confidence)
Stars
1
Created
June 3, 2021
Updated
Jan. 17, 2022

README excerpt

# CalipeL-S-Benchmark
Package to generate benchmarked reports in Pharo

# Installing the package
```Smalltalk
Metacello new
  baseline: 'CalipeLSBenchmark';
  repository: 'github://rakki-18/CalipeL-S-Benchmark/src';
  load.
```

# Depending on the project
To add a dependency to your project, add the following in your baseline method:
```Smalltalk
spec
  baseline: 'CalipeLSBenchmark'
  with: [spec repository: 'github://rakki-18/CalipeL-S-Benchmark/src' ].
```
← Back to results