com.emc.mongoose.run.scenario.Scenario Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mongoose-run Show documentation
Show all versions of mongoose-run Show documentation
Mongoose is a high-load storage performance testing tool
The newest version!
package com.emc.mongoose.run.scenario;
import com.emc.mongoose.run.scenario.step.CompositeStep;
/**
Created by kurila on 02.02.16.
*/
public interface Scenario
extends CompositeStep {
String DIR_SCENARIO = "scenario";
String FNAME_DEFAULT_SCENARIO = "default.json";
String FNAME_SCENARIO_SCHEMA = "schema.json";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy