voltrondata-labs / arrowbench

R package for benchmarking
Other
13 stars 9 forks source link

Make result JSON self-contained #97

Closed alistaire47 closed 2 years ago

alistaire47 commented 2 years ago

In the effort towards moving {benchmarks} from using run_one() to run_benchmark() (and presumably eventually moving to a more abstracted orchestrator), the result JSON produced by {arrowbench} should contain all metadata necessary to post it to conbench—everything called context, info, tags, etc. on the {benchmarks} side.

This task is to rearrange as required such that a directory of JSONs produced by a run can be hoovered up and sent to conbench with no additional context or metadata.