wasm-forge / stable-fs

File system implementation for the Internet Computer
MIT License
7 stars 2 forks source link

create 10mb test #6

Closed wasm-forge closed 4 months ago

wasm-forge commented 5 months ago

Creating a file within a single update call, the function constantly writes 64 byte blocks of data untill it creates a 10mb file.

codecov-commenter commented 4 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 97.54386% with 7 lines in your changes missing coverage. Please review.

Project coverage is 96.29%. Comparing base (8c6a4da) to head (691f6e5). Report is 1 commits behind head on main.

Files Patch % Lines
src/integration_tests.rs 96.62% 6 Missing :warning:
src/runtime/structure_helpers.rs 90.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #6 +/- ## ========================================== + Coverage 96.12% 96.29% +0.17% ========================================== Files 12 12 Lines 2759 2999 +240 ========================================== + Hits 2652 2888 +236 - Misses 107 111 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

wasm-forge commented 4 months ago