Skip to content

Commit

Permalink
wip benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
nhenin committed Mar 10, 2024
1 parent a17799f commit c323d14
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
- mountPath: /var/lib/postgresql/data
name: pg-db
- name: node
image: docker.io/inputoutput/cardano-node:8.1.2
image: ghcr.io/intersectmbo/cardano-node:8.8.1-pre
command:
- /usr/local/bin/entrypoint
env:
Expand Down
8 changes: 4 additions & 4 deletions marlowe-benchmark/example/sanchonet/environment
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export NETWORK=sanchonet
# export CARDANO_NODE_SOCKET_PATH=node.socket
# export CARDANO_TESTNET_MAGIC=2
# export MARLOWE_RT_HOST=$(hostname)
# export MARLOWE_RT_PORT=37002
export CARDANO_NODE_SOCKET_PATH=node.socket
export CARDANO_TESTNET_MAGIC=4
export MARLOWE_RT_HOST=$(hostname)
export MARLOWE_RT_PORT=37002
export DB_PORT=54322
export PODNAME=benchmark-sanchonet
export BENCHMARK_CONFIG=../benchmark-config.json
Expand Down
2 changes: 1 addition & 1 deletion marlowe-cli/run-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#
#
cabal run exe:marlowe-cli -- \
--babbage-era test \
--conway-era test \
--testnet-magic $CARDANO_NODE_NETWORK_ID \
--max-concurrent-runners 8 \
--socket-path "$CARDANO_NODE_SOCKET_PATH" \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ caseAsDataV1Scripts =
,
( sanchonetNetworkId
, ReferenceScriptUtxo
{ txOutRef = "dec7a723d65edc96405576a91462d6b43692f2d0d8bce1b5a1b67fdea5c72af9#1"
{ txOutRef = "20cdaf23baa04c87f65e2eac8e7dbf7f81ba9cfa0a28e3f1368e0d4beb9eeacb#1"
, txOut =
Chain.TransactionOutput
{ address =
Expand Down Expand Up @@ -175,7 +175,7 @@ caseAsDataV1Scripts =
,
( sanchonetNetworkId
, ReferenceScriptUtxo
{ txOutRef = "dec7a723d65edc96405576a91462d6b43692f2d0d8bce1b5a1b67fdea5c72af9#2"
{ txOutRef = "20cdaf23baa04c87f65e2eac8e7dbf7f81ba9cfa0a28e3f1368e0d4beb9eeacb#2"
, txOut =
Chain.TransactionOutput
{ address =
Expand Down Expand Up @@ -238,7 +238,7 @@ caseAsDataV1Scripts =
,
( (OpenRoleScript, sanchonetNetworkId)
, ReferenceScriptUtxo
{ txOutRef = "11a07c3ffff35f770ad0e65e1c868c59a1da89e9cd5362acfb754231958391a5#1"
{ txOutRef = "cf31c53fde7430b9877d9ddee52130fb5ada800cb0185c6fbae52a604b5dd639#1"
, txOut =
Chain.TransactionOutput
{ address =
Expand Down
2 changes: 1 addition & 1 deletion nix/marlowe-cardano/deploy/oci-images.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ let
mkImage = { name, description }:
std.lib.ops.mkStandardOCI {
inherit name;
tag = "latest";
tag = "conway-test";
operable = operables.${name};
uid = "0";
gid = "0";
Expand Down

0 comments on commit c323d14

Please sign in to comment.