Skip to content

Commit

Permalink
wb | profiles: fix missing definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed Apr 4, 2023
1 parent 38ba7a7 commit 9e1bf64
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,11 @@ def all_profile_variants:
, n_dense_hosts: 0
}
} as $tenner
|
{ composition:
{ topology: "torus"
}
} as $torus
|
{ composition:
{ n_singular_hosts: 0
Expand Down Expand Up @@ -621,7 +626,7 @@ def all_profile_variants:
}
, $plutus_base * $costmodel_v8_preview_stepshalf * $plutuscall_base * $double_tps_saturation_plutus * $plutus_loop_secp_schnorr *
{ name: "plutuscall-secp-schnorr-half"
}
}
, $plutus_base * $costmodel_v8_preview_doubleb * $plutuscall_base * $double_tps_saturation_plutus * $plutus_loop_counter *
{ name: "plutuscall-loop-double"
}
Expand Down

0 comments on commit 9e1bf64

Please sign in to comment.