adriencaccia commented on PR #4993: URL: https://github.com/apache/opendal/pull/4993#issuecomment-2317719729
> Hi, @adriencaccia, OpenDAL has a benchmark suite that can run tests over different services based on the environment. Does Codspeed support our case? For example, running Cargo Codspeed multiple times can display their performance in groups based on service. Hey, at the moment there is no support for grouping benchmarks. What I would recommend in the meantime, if relevant, is to manually change the name of the benchmarks depending on the service. For example, for a benchmark `myBench` in the codebase, you could make its name depending on the service, so that multiple benchmarks are tracked on CodSpeed: `service1-myBench`, `service2-myBench`, `service3-myBench`... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
