From 205b1c56122e7424220c59c117b3e325a0212cd7 Mon Sep 17 00:00:00 2001 From: Jan Timpe Date: Thu, 19 Dec 2024 13:27:34 -0500 Subject: [PATCH] rm comments --- performance-tests/tests/data-files.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/performance-tests/tests/data-files.js b/performance-tests/tests/data-files.js index a998b439f..99d35650e 100644 --- a/performance-tests/tests/data-files.js +++ b/performance-tests/tests/data-files.js @@ -57,15 +57,6 @@ export const options = { }, }; -// how to stress celery process specifically? -// - long running tasks -// - large files -// - large queries -// http-based, pointed stress test -// submit data files (of different sizes?) -// track time to parse, overwhelm on celery workers -// - memory (reaches 2gb) -// - restarts due to OOM (not max-child) (celery_task_failed_total) export const dataFileApiSubmission = async () => { login() const httpCookies = http.cookieJar().cookiesForURL(__ENV.BASE_URL)