Skip to content

Commit fffb145

Browse files
committed
wb | use eventlog with profiling
1 parent cbaec04 commit fffb145

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

nix/workbench/service/nodes.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,8 @@ let
149149
];
150150
} // optionalAttrs (profiling != "none") {
151151
inherit profiling;
152+
# Always add the `-l` RTS param with profiling.
153+
eventlog = true;
152154
} // optionalAttrs (profiling == "none") {
153155
# Switch to `noGitRev` to avoid rebuilding with every commit.
154156
package = pkgs.cardano-node.passthru.noGitRev;

0 commit comments

Comments
 (0)