Skip to content

Commit

Permalink
Merge branch 'main' into sk_wallet_file-create
Browse files Browse the repository at this point in the history
  • Loading branch information
ermineJose authored Dec 13, 2024
2 parents 26aeb3e + 2ea9e13 commit ff2e860
Show file tree
Hide file tree
Showing 70 changed files with 2,157 additions and 1,626 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,13 @@ jobs:
###########################
### Client Mem Analysis ###
###########################
### The peak limit shall be restored back to 50MB,
### Once client side chunking/quoting flow got re-examined.

- name: Check client memory usage
shell: bash
run: |
client_peak_mem_limit_mb="1024" # mb
client_peak_mem_limit_mb="1500" # mb
client_avg_mem_limit_mb="512" # mb
peak_mem_usage=$(
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: ./target/release/ant --log-output-dest=data-dir file upload --public "./the-test-data.zip" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,7 @@ jobs:
run: ./target/release/ant --log-output-dest data-dir file upload "./test_data_1.tar.gz" > ./upload_output 2>&1
env:
ANT_LOG: "v"
timeout-minutes: 5
timeout-minutes: 15

- name: showing the upload terminal output
run: cat upload_output
Expand Down
Loading

0 comments on commit ff2e860

Please sign in to comment.