repl: add benchmarks #9440
test-shared.yml
on: pull_request
Annotations
4 errors
|
aarch64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
aarch64-darwin: with shared libraries / build:
test/benchmark/test-benchmark-repl.js#L0
--- stderr ---
node:internal/repl/inspector:255
throw new ERR_INSPECTOR_NOT_AVAILABLE();
^
Error [ERR_INSPECTOR_NOT_AVAILABLE]: Inspector is not available
at getReplInspector (node:internal/repl/inspector:255:11)
at createReplEval (node:internal/repl/eval:79:21)
at new REPLServer (node:repl:333:15)
at main (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/benchmark/repl/completion.js:21:18)
at /Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/benchmark/common.js:64:9
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_INSPECTOR_NOT_AVAILABLE'
}
Node.js v27.0.0-pre
node:internal/process/promises:322
new UnhandledPromiseRejection(reason);
^
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1".
at throwUnhandledRejectionsMode (node:internal/process/promises:322:7)
at processPromiseRejections (node:internal/process/promises:405:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:37) {
code: 'ERR_UNHANDLED_REJECTION'
}
Node.js v27.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/test/common/benchmark.js:28:12)
at ChildProcess.emit (node:events:514:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/test/benchmark/test-benchmark-repl.js
|
|
x86_64-darwin: with shared libraries / build
Process completed with exit code 2.
|
|
x86_64-darwin: with shared libraries / build:
test/benchmark/test-benchmark-repl.js#L0
--- stderr ---
node:internal/repl/inspector:255
throw new ERR_INSPECTOR_NOT_AVAILABLE();
^
Error [ERR_INSPECTOR_NOT_AVAILABLE]: Inspector is not available
at getReplInspector (node:internal/repl/inspector:255:11)
at createReplEval (node:internal/repl/eval:79:21)
at new REPLServer (node:repl:333:15)
at main (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/benchmark/repl/completion.js:21:18)
at /Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/benchmark/common.js:64:9
at process.processTicksAndRejections (node:internal/process/task_queues:85:11) {
code: 'ERR_INSPECTOR_NOT_AVAILABLE'
}
Node.js v27.0.0-pre
node:internal/process/promises:322
new UnhandledPromiseRejection(reason);
^
UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). The promise rejected with the reason "1".
at throwUnhandledRejectionsMode (node:internal/process/promises:322:7)
at processPromiseRejections (node:internal/process/promises:405:17)
at process.processTicksAndRejections (node:internal/process/task_queues:106:37) {
code: 'ERR_UNHANDLED_REJECTION'
}
Node.js v27.0.0-pre
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: Expected values to be strictly equal:
1 !== 0
at ChildProcess.<anonymous> (/Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/test/common/benchmark.js:28:12)
at ChildProcess.emit (node:events:514:20)
at ChildProcess._handle.onexit (node:internal/child_process:294:12) {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: 1,
expected: 0,
operator: 'strictEqual',
diff: 'simple'
}
Node.js v27.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v27.0.0-nightly2026-07-19691aa22365-slim/test/benchmark/test-benchmark-repl.js
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
node-v27.0.0-nightly2026-07-19691aa22365-slim.tar.gz
|
46.8 MB |
sha256:435a38c27becc057030328a5f6a0af2247c7548b2c3eac5715f1ec541c064ff3
|
|