-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Goal here is to add a new signal protocol to benchmark-wrapper. Benchmark-wrapper is currently missing the ability to export state, making collecting metrics using external tools unnecessarily difficult and inaccurate. In this enhancement, we want to allow for benchmark-wrapper to export the state of the benchmark run to redis.
Additions:
- Create a new
Signaldataclass, which holds the key-value pairs that will be exported to redis - Create a new
SignalExporterclass, which adds functionality for exportingSignaldataclasses to redis - Create functionality that allows for benchmarks to understand how many consumers have acknowledged a published signal.
- Modify
run_snafu.pyin order to add global iteration structure - Add CLI option for specifying redis server export
- Add CLI option to enable/disable acknowledgements of published signals.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request