Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 785 Bytes

acceptance-test-results.md

File metadata and controls

16 lines (13 loc) · 785 Bytes

Acceptance Test Results

Memory Usage (Phpolar\CsvFileStorage\MemoryUsage)

  • Memory usage for saving data shall be below 2000 bytes
  • Memory usage for saving data (with pre-loading disabled) shall be below 125000 bytes

Storage Mutability (Phpolar\CsvFileStorage\StorageMutability)

  • Shall create persistent storage
  • Shall add items to storage without removing existing values
  • Shall update objects in storage without removing other objects
  • Shall update items in storage without removing other values
  • Shall remove objects from storage without removing other objects
  • Shall remove items from storage without removing other values

Project Size (Phpolar\CsvFileStorage\ProjectSize)

  • Source code total size shall be below 4000 bytes