hobbit-project / platform

HOBBIT benchmarking platform
GNU General Public License v2.0
23 stars 9 forks source link

Hobbit:Parameter is not trasferred to a Benchmark #307

Open smirnp opened 6 years ago

smirnp commented 6 years ago

Hobbit:Parameter is not trasferred to the Benchmark parameters model. Is that ok? I have some benchmark parameters which have to be specified hiddenly from users

smirnp commented 6 years ago

It is not very critical for me:)

MichaelRoeder commented 6 years ago

The copying of non-configurable parameters from the benchmark model into the serialized parameters of the benchmark seems to be missing. It should take place before https://github.com/hobbit-project/platform/blob/master/platform-controller/src/main/java/org/hobbit/controller/ExperimentManager.java#L228