Skip to content

Commit 62f223d

Browse files
committed
add comment
1 parent 865fd41 commit 62f223d

File tree

1 file changed

+4
-1
lines changed
  • dev-packages/node-overhead-gh-action

1 file changed

+4
-1
lines changed

dev-packages/node-overhead-gh-action/index.mjs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,10 @@ async function run() {
120120
const shouldComment = isNaN(thresholdNumber) || hasChanges(base, current, thresholdNumber) || nodeOverheadComment;
121121

122122
if (shouldComment) {
123-
const bodyParts = [NODE_OVERHEAD_HEADING];
123+
const bodyParts = [
124+
NODE_OVERHEAD_HEADING,
125+
'Note: This is a synthetic benchmark with a minimal express app and does not necessarily reflect the real-world performance impact in an application.',
126+
];
124127

125128
if (baseIsNotLatest) {
126129
bodyParts.push(

0 commit comments

Comments
 (0)