Skip to content

Commit

Permalink
rm comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimpe committed Dec 19, 2024
1 parent dc939c7 commit 205b1c5
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions performance-tests/tests/data-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 205b1c5

Please sign in to comment.