From f3dba64792e7099df345c0926e2422a751696ae0 Mon Sep 17 00:00:00 2001 From: Ugaitz Urien Date: Thu, 13 Jul 2023 09:30:30 +0200 Subject: [PATCH] Reduce times in appsec-iast tests (#3354) --- benchmark/sirun/appsec-iast/common.js | 2 +- benchmark/sirun/appsec-iast/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/sirun/appsec-iast/common.js b/benchmark/sirun/appsec-iast/common.js index 3d9b9c93c4e..a29888a26bb 100644 --- a/benchmark/sirun/appsec-iast/common.js +++ b/benchmark/sirun/appsec-iast/common.js @@ -2,5 +2,5 @@ module.exports = { port: 3331 + parseInt(process.env.CPU_AFFINITY || '0'), - reqs: 200 + reqs: 100 } diff --git a/benchmark/sirun/appsec-iast/meta.json b/benchmark/sirun/appsec-iast/meta.json index 8af3619c66d..2908eb3cc62 100644 --- a/benchmark/sirun/appsec-iast/meta.json +++ b/benchmark/sirun/appsec-iast/meta.json @@ -2,7 +2,7 @@ "name": "appsec-iast", "cachegrind": false, "instructions": true, - "iterations": 30, + "iterations": 15, "variants": { "no-vulnerability-control": { "setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",