diff --git a/lib/wallet-benchmarks/data/membench-snapshot.tgz b/lib/wallet-benchmarks/data/membench-snapshot.tgz index 600eb3fed2e..c82f17e5ad1 100644 Binary files a/lib/wallet-benchmarks/data/membench-snapshot.tgz and b/lib/wallet-benchmarks/data/membench-snapshot.tgz differ diff --git a/scripts/buildkite/main/bench-memory.sh b/scripts/buildkite/main/bench-memory.sh index 5f8bdc42a9d..b36ba154fd1 100755 --- a/scripts/buildkite/main/bench-memory.sh +++ b/scripts/buildkite/main/bench-memory.sh @@ -31,11 +31,18 @@ nix shell \ echo "------------------------ Nix call done ----------------------------------" echo "------------------------ Results ----------------------------------------" + +if [ -n "${BUILDKITE:-}" ]; then + echo "--- Upload logs" + buildkite-agent artifact upload $log + buildkite-agent artifact upload $error_log +fi + mv cardano-wallet.hp $artifact_name.hp hp2pretty $artifact_name.hp if [ -n "${BUILDKITE:-}" ]; then - echo "--- Upload" + echo "--- Upload heap profile" buildkite-agent artifact upload $artifact_name.svg buildkite-agent artifact upload $log buildkite-agent artifact upload $error_log @@ -45,6 +52,7 @@ if [ -n "${BUILDKITE:-}" ]; then "$artifact_name.svg" fi + echo "------------------------ Results done -----------------------------------" echo "------------------------ Cleanup ----------------------------------------"