@gatling.io/cli
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
23 lines (22 loc) • 459 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.versions = void 0;
exports.versions = {
graalvm: {
jdk: "25.0.0",
js: "25.0.1"
},
java: {
compilerRelease: "21"
},
gatling: {
core: "3.14.9",
enterprisePluginCommons: "1.20.7",
jsAdapter: "3.14.901",
grpc: "3.14.9.1",
mqtt: "3.14.9"
},
protobuf: {
protoc: "4.33.0"
}
};