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
@@ -381,11 +381,11 @@ work on OS X is to install GNU sed with homebrew and then update the
381
381
| 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 |
382
382
| RUN_BENCH_TARGET | The executable to be used to run the benchmarks |`run_orun`| executing benchmark |
383
383
| RUN_CONFIG_JSON | Input file selection that contains the list of benchmarks |`run_config.json`| executing benchmark |
384
-
| SANDMARK_CUSTOM_NAME | Custom name to use for the bench output file | variant from the `ocaml-version/<variant>.json` file name | executing benchmark |
385
384
| SANDMARK_DUNE_VERSION | Default dune version to be used | 2.9.0 | building compiler and its dependencies |
386
385
| SANDMARK_OVERRIDE_PACKAGES | A list of dependency packages with versions that can be overrided (optional) | "" | building compiler and its dependencies |
387
386
| SANDMARK_REMOVE_PACKAGES | A list of dependency packages to be dynamically removed (optional) | "" | building compiler and its dependencies |
388
387
| SANDMARK_URL | OCaml compiler source code URL used to build the benchmarks | "" | building compiler and its dependencies |
389
388
| 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 |
390
389
| USE_SYS_DUNE_HACK | If the value is 1 then use system installed dune | 0 | building compiler and its dependencies |
390
+
| VARIANT_NAME | Custom name to use for the bench output file | variant from the `ocaml-version/<variant>.json` file name | executing benchmark |
391
391
| WRAPPER | Function to get the wrapper out of `run_<wrapper-name>`| run_orun | executing benchmark |
0 commit comments