Skip to content

Commit

Permalink
txgen-mvar: fast-solo profile
Browse files Browse the repository at this point in the history
This is to speed up the development cycle esp. for rapid tests.
  • Loading branch information
NadiaYvette committed May 7, 2024
1 parent 0998f26 commit b3a7618
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ ps: ## Plain-text list of profiles
## Profile-based cluster shells (autogenerated targets)
##
PROFILES_BASE := default default-p2p plutus plutus-secp-ecdsa plutus-secp-schnorr oldtracing idle tracer-only
PROFILES_FAST := fast fast-p2p fast-plutus fast-notracer fast-oldtracing faststartup-24M
PROFILES_FAST := fast fast-solo fast-p2p fast-plutus fast-notracer fast-oldtracing faststartup-24M
PROFILES_CI_TEST := ci-test ci-test-p2p ci-test-plutus ci-test-notracer ci-test-rtview ci-test-dense10
PROFILES_CI_BENCH := ci-bench ci-bench-p2p ci-bench-plutus ci-bench-plutus-secp-ecdsa ci-bench-plutus-secp-schnorr ci-bench-notracer ci-bench-rtview ci-bench-lmdb
PROFILES_TRACE_BENCH := trace-bench trace-bench-notracer trace-bench-oldtracing trace-bench-rtview
Expand Down
3 changes: 3 additions & 0 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,9 @@ def all_profile_variants:
, $fast_base *
{ name: "fast"
}
, $fast_base * $solo *
{ name: "fast-solo"
}
, $fast_base * $p2p *
{ name: "fast-p2p"
}
Expand Down

0 comments on commit b3a7618

Please sign in to comment.