OXIESEC PANEL
- Current Dir:
/
/
var
/
www
/
cream
/
Xpress_backup
/
vendor
/
aws
/
aws-sdk-php
/
features
/
performance
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/06/2025 08:37:43 AM
rwxr-xr-x
📄
clients.feature
632 bytes
01/06/2025 08:14:35 AM
rw-r--r--
📄
streaming.feature
739 bytes
01/06/2025 08:14:35 AM
rw-r--r--
Editing: streaming.feature
Close
# language: en @performance @streaming Feature: Streaming transfers consume a fixed amount of memory Scenario Outline: Streaming uploads are O(1) in memory usage Given I have a <bytes> byte file And I take a snapshot of my resources When I upload the file Then I should not have leaked any resources Examples: | bytes | | 2097152 | | 209715200 | Scenario Outline: Streaming download are O(1) in memory usage Given I have a <bytes> byte file And I take a snapshot of my resources When I upload the file And then download the file Then I should not have leaked any resources Examples: | bytes | | 2097152 | | 209715200 |