Skip to content

Commit e88fda6

Browse files
committed
fix benchmarks in CI
1 parent 1fbc9a4 commit e88fda6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix/tullia.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ in rec {
4343
nix build -L ${flakeUrl}#${lib.escapeShellArg top}.cardano-deployment
4444
'';
4545

46-
# some hydra jobs run NixOS tests
4746
env.NIX_CONFIG = ''
48-
extra-system-features = kvm
47+
# `kvm` for NixOS tests
48+
# `benchmark` for benchmarks
49+
extra-system-features = kvm benchmark
4950
'';
5051

5152
memory = 1024 * 32;

0 commit comments

Comments
 (0)