Mercurial > repos > public > sbplib_julia
comparison README.md @ 1238:d4d1eae7c7ca tooling/benchmarks
Fix typo
author | Vidar Stiernström <vidar.stiernstrom@it.uu.se> |
---|---|
date | Tue, 21 Feb 2023 21:00:25 +0100 |
parents | 2f208828ae58 |
children | f19c51ddbd72 |
comparison
equal
deleted
inserted
replaced
1211:58a7aa15ce68 | 1238:d4d1eae7c7ca |
---|---|
34 | 34 |
35 `benchmark/` contains a julia environment with the necessary packages for working with the benchmarks. | 35 `benchmark/` contains a julia environment with the necessary packages for working with the benchmarks. |
36 | 36 |
37 There are custom functions included for running the benchmarks in this Mercurial repository. To use this first activate the environment in `benchmark/` then include the file `benchmark_utils.jl`. | 37 There are custom functions included for running the benchmarks in this Mercurial repository. To use this first activate the environment in `benchmark/` then include the file `benchmark_utils.jl`. |
38 | 38 |
39 The suite can the be run from the REPL by using the function `main` in one of the following ways | 39 The suite can then be run from the REPL by using the function `main` in one of the following ways |
40 | 40 |
41 ```julia | 41 ```julia |
42 main() # Runs the suite for the current working directory | 42 main() # Runs the suite for the current working directory |
43 main(rev) # Runs the suite at the specified revision | 43 main(rev) # Runs the suite at the specified revision |
44 main(target, baseline) # Compares two revisions | 44 main(target, baseline) # Compares two revisions |