Skip to content

Commit d9a1159

Browse files
committed
Add logs
1 parent 8074a10 commit d9a1159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/sirun/initialize/meta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"variants": {
88
"main": {
99
"run": "node ./init.js",
10-
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node ./init.js\""
10+
"run_with_affinity": "bash -c \"echo $CPU_AFFINITY && taskset -c $CPU_AFFINITY node ./init.js\""
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)