Skip to content

Commit

Permalink
wb | prof: new profile faststartup-24M
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeier committed May 8, 2024
1 parent 1207dba commit f255977
Show file tree
Hide file tree
Showing 2 changed files with 12 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
PROFILES_FAST := fast 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
PROFILES_TRACE_BENCH := trace-bench trace-bench-notracer trace-bench-oldtracing trace-bench-rtview
Expand Down
11 changes: 11 additions & 0 deletions nix/workbench/profile/prof1-variants.jq
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,12 @@ def all_profile_variants:
, delegators: (0.2 * $M)
}
} as $dataset_small
|
{ genesis:
{ utxo: (24 * $M)
, delegators: (1.2 * $M)
}
} as $dataset_24m
|
{ genesis:
{ utxo: (30 * $M)
Expand Down Expand Up @@ -798,6 +804,11 @@ def all_profile_variants:
{ name: "fast-oldtracing"
}

## Fast variants: single node with large, varying dataset sizes
, $fast_base * $solo * $dataset_24m *
{ name: "faststartup-24M"
}

## CI variants: test duration, 3 blocks
, $citest_base *
{ name: "ci-test"
Expand Down

0 comments on commit f255977

Please sign in to comment.