benchmark-framework module depends on all drivers at once and at the same time does not applies any mechanisms to isolate driver- specific dependencies from each other.
I've hit this problem when tried to add different versions of a custom driver but found out that benchmark does not offer any mechanisms for having different version of dependencies for different drivers.
Also this means that drivers may be executed with incompatible versions of dependencies.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 5 days if no further activity occurs. Thank you for your contributions.
benchmark-framework
module depends on all drivers at once and at the same time does not applies any mechanisms to isolate driver- specific dependencies from each other.I've hit this problem when tried to add different versions of a custom driver but found out that benchmark does not offer any mechanisms for having different version of dependencies for different drivers.
Also this means that drivers may be executed with incompatible versions of dependencies.
Related issue: #208