Skip to content

Commit 94f62fb

Browse files
committed
cardano-profile | TEMP: add plutuscall-voltv11-ripemd
1 parent 0f150d3 commit 94f62fb

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

bench/cardano-profile/src/Cardano/Benchmarking/Profile/Builtin/Plutuscall.hs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,6 @@ profilesPlutuscall =
6464
, loopVolt & P.name "plutuscall-volt-loop" . postPlomin
6565
, blstVolt & P.name "plutuscall-volt-blst" . postPlomin
6666
, ripemdVolt & P.name "plutuscall-volt-ripemd" . postPlomin
67+
68+
, ripemdVolt & P.name "plutuscall-voltv11-ripemd" . postPlomin . P.v11Preview
6769
]

bench/cardano-profile/src/Cardano/Benchmarking/Profile/Primitives.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module Cardano.Benchmarking.Profile.Primitives (
4141
-- Set the epoch number from the "epoch-timeline".
4242
, pparamsEpoch
4343
-- Overlays to use.
44-
, v8Preview, v9Preview
44+
, v8Preview, v9Preview, v11Preview
4545
-- Budget overlays:
4646
-- -- Block:
4747
-- -- -- Steps:
@@ -419,6 +419,9 @@ v8Preview = helper_addOverlayOrDie "v8-preview"
419419
v9Preview :: HasCallStack => Types.Profile -> Types.Profile
420420
v9Preview = helper_addOverlayOrDie "v9-preview"
421421

422+
v11Preview :: HasCallStack => Types.Profile -> Types.Profile
423+
v11Preview = helper_addOverlayOrDie "v11-preview"
424+
422425
-- Budget:
423426

424427
-- Steps:

wb_profiles.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PROFILES_EMPTY := fast-solo fast fast-notracer fast-plutus ci-test ci-test-notracer ci-test-plutus ci-test-hydra trace-bench trace-bench-notracer trace-full default plutus plutus-secp-ecdsa plutus-secp-schnorr epoch-transition
22
PROFILES_MINIATURE := ci-bench ci-bench-lmdb ci-bench-lsmt ci-bench-notracer ci-bench-drep ci-bench-plutus ci-bench-plutus24 ci-bench-plutus-secp-ecdsa ci-bench-plutus-secp-schnorr ci-bench-plutusv3-blst ci-bench-plutusv3-ripemd ci-bench-plutusv3-ripemd-step2x 10 10-notracer 10-plutus 6-dense 6-dense-rtsprof 6-dense-1h 6-dense-1h-rtsprof 6-dense-1h-timeseries 6-dense-4h 6-dense-4h-rtsprof
33
PROFILES_FORGE_STRESS := forge-stress-solo-xs forge-stress-solo forge-stress-plutus-solo forge-stress-pre-solo-xs forge-stress-pre-solo forge-stress-pre-solo-xl forge-stress forge-stress-notracer forge-stress-plutus forge-stress-large forge-stress-pre forge-stress-pre-rtsA4m forge-stress-pre-rtsA64m forge-stress-pre-rtsN3 forge-stress-pre-rtsA4mN3 forge-stress-pre-rtsA64mN3 forge-stress-pre-rtsxn forge-stress-pre-notracer forge-stress-pre-plutus forge-stress-pre-large forge-stress-pre-large-rtsqg1 forge-stress-pre-large-rtsN3 forge-stress-pre-large-rtsN4 forge-stress-pre-large-rtsqg1N4
4-
PROFILES_PLUTUSCALL := plutuscall-loop plutuscall-loop-memx2 plutuscall-secp-ecdsa plutuscall-secp-ecdsa-stepx2 plutuscall-secp-schnorr plutuscall-secp-schnorr-stepx2 plutuscall-volt-loop plutuscall-volt-blst plutuscall-volt-ripemd
4+
PROFILES_PLUTUSCALL := plutuscall-loop plutuscall-loop-memx2 plutuscall-secp-ecdsa plutuscall-secp-ecdsa-stepx2 plutuscall-secp-schnorr plutuscall-secp-schnorr-stepx2 plutuscall-volt-loop plutuscall-volt-blst plutuscall-volt-ripemd plutuscall-voltv11-ripemd
55
PROFILES_MODEL := model-secp-ecdsa-stepx2 model-secp-ecdsa model-value model-value-test
66
PROFILES_K3 := k3-3ep-5kTx-10000kU-1300kD-64kbs-fixed-loaded k3-3ep-9kTx-10000kU-1300kD-64kbs-5tps-fixed-loaded k3-3ep-18kTx-10000kU-1300kD-64kbs-10tps-fixed-loaded
77
PROFILES_SCENARIOS := chainsync-early-byron chainsync-early-byron-notracer chainsync-early-alonzo chainsync-early-alonzo-notracer devops idle tracer-only

0 commit comments

Comments
 (0)