DaGeRe / peass

Tool for Performance analysis of software system
GNU Affero General Public License v3.0
10 stars 9 forks source link

Testcase deserialization does not work for submodules #151

Closed KarimAbrik closed 1 year ago

KarimAbrik commented 1 year ago

When pathing a submodule to TestMethodCall.createFromString, like gradoop-store/gradoop-accumulo, deserialization fails. This should be fixed.

DaGeRe commented 1 year ago

Thanks for the issue, this should be fixed with https://github.com/DaGeRe/peass/commit/9d1ea0a68d9342b034afdad76219a87de1c93b4c, does this work for you?

KarimAbrik commented 1 year ago

Yes, now it works. Thanks!