You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When there's more than one task in the suite, it's super annoying to have to capture the name from before or after in the returned code that puts it in the context to get it in results in onCompleteBenchmark as the only option to aggregate results across runs and differentiating the tasks.
I don't know how to get the bench task name in the getR* functions to return the right value.
Alternatively, having an option to pass plugin constructor and get it instantiated separately for each task would make plugin authoring easier.
thoughts?
The text was updated successfully, but these errors were encountered:
naugtur
changed the title
Consider passing bench reference to onCompleteBenchmark
Consider passing bench reference to onCompleteBenchmark getResult getReport
Nov 15, 2024
When there's more than one task in the suite, it's super annoying to have to capture the name from before or after in the returned code that puts it in the context to get it in results in onCompleteBenchmark as the only option to aggregate results across runs and differentiating the tasks.
I don't know how to get the bench task name in the getR* functions to return the right value.
Alternatively, having an option to pass plugin constructor and get it instantiated separately for each task would make plugin authoring easier.
thoughts?
The text was updated successfully, but these errors were encountered: