feat: CI/CD pipeline setup complete - Ansible playbooks updated, secrets configured, workflow ready
This commit is contained in:
@@ -97,7 +97,7 @@ describe('WarmupResult', function () {
|
||||
itemsWarmed: 10,
|
||||
itemsFailed: 0,
|
||||
durationSeconds: 1.0,
|
||||
memoryUsedBytes: 2048000 // 2MB
|
||||
memoryUsedBytes: 2097152 // Exactly 2MB (2 * 1024 * 1024)
|
||||
);
|
||||
|
||||
expect($result->getMemoryUsedMB())->toBe(2.0);
|
||||
|
||||
Reference in New Issue
Block a user