Skip to content

Commit

Permalink
Update memory-benchmark node configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichApfelmus authored and paolino committed Jul 26, 2024
1 parent e438892 commit b058a5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Binary file modified lib/wallet-benchmarks/data/membench-snapshot.tgz
Binary file not shown.
10 changes: 9 additions & 1 deletion scripts/buildkite/main/bench-memory.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,6 +52,7 @@ if [ -n "${BUILDKITE:-}" ]; then
"$artifact_name.svg"

fi

echo "------------------------ Results done -----------------------------------"

echo "------------------------ Cleanup ----------------------------------------"
Expand Down

0 comments on commit b058a5f

Please sign in to comment.