Skip to content

Results aggregation broken #347

@kayceesrk

Description

@kayceesrk

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.bench

When 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

Type

No type

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions