@gatling.io/cli
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
24 lines (23 loc) • 501 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.versions = void 0;
exports.versions = {
graalvm: {
jdkTag: "graal-25.1.3",
jdkVersion: "25i1-25.0.3",
js: "25.1.3"
},
java: {
compilerRelease: "21"
},
gatling: {
core: "3.15.1",
enterprisePluginCommons: "1.25.0",
jsAdapter: "3.15.103",
grpc: "3.15.1",
mqtt: "3.15.1"
},
protobuf: {
protoc: "4.35.1"
}
};