Skip to content

Commit 61b3819

Browse files
committed
Rename jobs names
1 parent 951c7fb commit 61b3819

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

benchmark/sirun/appsec-iast/meta.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"instructions": true,
55
"iterations": 100,
66
"variants": {
7-
"control-no-vulnerability": {
7+
"no-vulnerability-control": {
88
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
99
"run": "node --require ../../../init.js server.js",
1010
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
1111
"env": {
1212
"DD_IAST_ENABLED": "0"
1313
}
1414
},
15-
"iast-enabled-no-vulnerability-default-config": {
15+
"no-vulnerability-iast-enabled-default-config": {
1616
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
1717
"run": "node --require ../../../init.js server.js",
1818
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
@@ -21,7 +21,7 @@
2121
"DD_APPSEC_ENABLED": "1"
2222
}
2323
},
24-
"iast-enabled-no-vulnerability-always-active": {
24+
"no-vulnerability-iast-enabled-always-active": {
2525
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
2626
"run": "node --require ../../../init.js server.js",
2727
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
@@ -33,7 +33,7 @@
3333
"DD_IAST_MAX_CONTEXT_OPERATIONS": "100"
3434
}
3535
},
36-
"control-with-vulnerability": {
36+
"with-vulnerability-control": {
3737
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
3838
"run": "node --require ../../../init.js server-vulnerable.js",
3939
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
@@ -42,7 +42,7 @@
4242
"BENCHMARK_VULNERABLE": "1"
4343
}
4444
},
45-
"iast-enabled-with-vulnerability-default-config": {
45+
"with-vulnerability-iast-enabled-default-config": {
4646
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
4747
"run": "node --require ../../../init.js server-vulnerable.js",
4848
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",
@@ -52,7 +52,7 @@
5252
"BENCHMARK_VULNERABLE": "1"
5353
}
5454
},
55-
"iast-enabled-with-vulnerability-always-active": {
55+
"with-vulnerability-iast-enabled-always-active": {
5656
"setup": "bash -c \"nohup node client.js >/dev/null 2>&1 &\"",
5757
"run": "node --require ../../../init.js server-vulnerable.js",
5858
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node --require ../../../init.js server.js\"",

0 commit comments

Comments
 (0)