Skip to content

Commit e0ac32b

Browse files
authored
chore: use todo instead of fixme and remove ticket reference (#786)
1 parent 26ccb55 commit e0ac32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.evergreen/perf_send.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ if (!Number.isInteger(order)) throw new Error(`Failed to parse integer from orde
2727

2828
const results = JSON.parse(await fs.readFile(resultFile, 'utf8'));
2929

30-
// FIXME(NODE-6838): We are using dummy dates here just to be able to successfully post our results
30+
// TODO: this isn't ideal but we'll fix it if it becomes a real problem at some point
31+
// These fields are required by the /raw_perf_results endpoint but are not actually used in our dashboards
3132
for (const r of results) {
3233
r.created_at = new Date().toISOString();
3334
r.completed_at = new Date().toISOString();

0 commit comments

Comments
 (0)