You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RUN_CONFIG_JSON=run_config_byte.json make ocaml-versions/5.0.0+stable.bench
215
215
```
216
216
@@ -369,11 +369,11 @@ work on OS X is to install GNU sed with homebrew and then update the
369
369
| PRE_BENCH_EXEC | Any specific commands that needed to be executed before the benchmark. For eg. `PRE_BENCH_EXEC='taskset --cpu-list 3 setarch uname -m --addr-no-randomize'`| null string | executing benchmark | RUN_BENCH_TARGET | The executable to be used to run the benchmarks |`run_orun`| executing benchmark |
370
370
| RUN_BENCH_TARGET | The executable to be used to run the benchmarks |`run_orun`| executing benchmark |
371
371
| RUN_CONFIG_JSON | Input file selection that contains the list of benchmarks |`run_config.json`| executing benchmark |
372
-
| SANDMARK_CUSTOM_NAME | Custom name to use for the bench output file | variant from the `ocaml-version/<variant>.json` file name | executing benchmark |
373
372
| SANDMARK_DUNE_VERSION | Default dune version to be used | 2.9.0 | building compiler and its dependencies |
374
373
| SANDMARK_OVERRIDE_PACKAGES | A list of dependency packages with versions that can be overrided (optional) | "" | building compiler and its dependencies |
375
374
| SANDMARK_REMOVE_PACKAGES | A list of dependency packages to be dynamically removed (optional) | "" | building compiler and its dependencies |
376
375
| SANDMARK_URL | OCaml compiler source code URL used to build the benchmarks | "" | building compiler and its dependencies |
377
376
| SYS_DUNE_BASE_DIR | Function that returns the path of the system installed dune for use with benchmarking | dune package present in the local opam switch | building compiler and its dependencies |
378
377
| USE_SYS_DUNE_HACK | If the value is 1 then use system installed dune | 0 | building compiler and its dependencies |
378
+
| VARIANT_NAME | Custom name to use for the bench output file | variant from the `ocaml-version/<variant>.json` file name | executing benchmark |
379
379
| WRAPPER | Function to get the wrapper out of `run_<wrapper-name>`| run_orun | executing benchmark |
0 commit comments