-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
I'm running Sandmark manually with the following run_all_serial.sh file:
#!/bin/bash
TAG='"macro_bench"' make run_config_filtered.json
OPT_WAIT=0 USE_SYS_DUNE_HACK=1 RUN_CONFIG_JSON=run_config_filtered.json make ocaml-versions/5.0.0+trunk.bench
OPT_WAIT=0 USE_SYS_DUNE_HACK=1 RUN_CONFIG_JSON=run_config_filtered.json make ocaml-versions/5.0.0+trunk+volatile_field.benchWhen the run completes, I just have results/_1.orun.summary.bench file. The expectation is that I should have two files:
- 5.0.0+trunk_1.orun.summary.bench
- 5.0.0+trunk+volatile_field.orun.summary.bench
This is a regression. Not sure what's broken. The README hasn't been updated with additional instructions if there is supposed to be a different workflow.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers
Type
Projects
Status
Todo