voltrondata-labs / benchmarks

Language-independent Continuous Benchmarking (CB) for Apache Arrow
MIT License
10 stars 11 forks source link

Post catastrophic errors to Conbench #146

Closed alistaire47 closed 1 year ago

alistaire47 commented 1 year ago

Closes #145 by posting catastrophic errors instead of just logging them. No tests because we don't have mocks set up for this repo 😢 .

Uses the publish() method directly instead of record(), which is different than everything else here, but which is good for moving away from the legacy runner.