We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ccb55 commit e0ac32bCopy full SHA for e0ac32b
.evergreen/perf_send.mjs
@@ -27,7 +27,8 @@ if (!Number.isInteger(order)) throw new Error(`Failed to parse integer from orde
27
28
const results = JSON.parse(await fs.readFile(resultFile, 'utf8'));
29
30
-// FIXME(NODE-6838): We are using dummy dates here just to be able to successfully post our results
+// 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
32
for (const r of results) {
33
r.created_at = new Date().toISOString();
34
r.completed_at = new Date().toISOString();
0 commit comments