将 gatling 用于 nodejs 或 expressjs 项目?

Using gatling for nodejs or expressjs project?

我想为基于 expressjs 的 api 使用 gatling。我检查了我们可以在项目中使用的 gatlingjs npm package。当我按照 https://www.npmjs.com/package/gatlingjs/v/0.0.7 教程中指定的 运行 ./node_modules/gatlingjs/dist/index.js 时,我在命令行中遇到错误 - The input line is too long

但我可以从单独下载的独立加特林应用程序 gatling-charts-highcharts-bundle-3.2.0 运行 gatling.bat。我检查了 gatlingjs 的 github,最后一次更新是 2 年前。 gatlingjs 项目有没有可能中止?在网站 https://gatling.io/open-source/ 中提到我们可以在 maven and sbt 中使用最新的 gatling 作为依赖项,但没有提到 npm 的包。我的问题是我应该为我的 expressjs api 使用 npm 包 gatlingjs(gatlingjs 项目最后更新 github 2 年前)还是有其他使用 gatling 的方法。

我在我的项目中使用 gatling-charts-highcharts-bundle-3.2.0 而不是使用 gatlingjs npm 包作为 gatling js npm 包更新 2 年前最好使用 gatling-charts-highcharts-bundle- 3.2.0 是最新的。