@gatling.io/cli
Version:
Gatling JS is a JavaScript/TypeScript interface for the [Gatling load testing tool](https://gatling.io/).
18 lines (17 loc) • 361 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.versions = void 0;
exports.versions = {
graalvm: {
jdk: "24.0.1",
js: "24.2.1"
},
java: {
compilerRelease: "21"
},
gatling: {
core: "3.14.3",
enterprisePluginCommons: "1.17.0",
jsAdapter: "3.14.303"
}
};