All Downloads are FREE. Search and download functionalities are using the official Maven repository.

example.scenario.js.endurance.pipeline_test.js Maven / Gradle / Ivy

There is a newer version: 4.3.10
Show newest version
var pipelineSharedConfig = {
	"item": {
		"output": {
			"path": "endurance_0"
		}
	},
	"load": {
		"step": {
			"id": "endurance_0"
		}
	}
}

var pipelineCreateCtx = {
}

var pipelineUpdateCtx = {
	"item": {
		"data": {
			"ranges": {
				"random": 4
			}
		}
	},
	"load": {
		"op": {
			"type": "update"
		}
	}
}

var pipelineReadCtx = {
	"item": {
		"data": {
			"verify": true
		}
	},
	"load": {
		"op": {
			"type": "read"
		}
	}
}

var pipelineDeleteCtx = {
	"load": {
		"op": {
			"type": "delete"
		}
	}
}

var pipelineLoad = PipelineLoad
	.config(pipelineSharedConfig)
	.append(pipelineCreateCtx)
	.append(pipelineUpdateCtx)
	.append(pipelineReadCtx)
	.append(pipelineDeleteCtx)
	.run();




© 2015 - 2025 Weber Informatics LLC | Privacy Policy