v8: add cpu profile options #5266
Annotations
2 errors
|
Build Node.js and run tests
Process completed with exit code 2.
|
|
Build Node.js and run tests:
test/parallel/test-v8-cpu-profile.js#L46
--- stderr ---
node:internal/assert/utils:146
throw error;
^
AssertionError [ERR_ASSERTION]: The expression evaluated to a falsy value:
assert.ok(fastSampling.samples.length > slowSampling.samples.length)
at Object.<anonymous> (/Users/runner/work/_temp/node-v26.0.0-nightly2026-04-10b2e936b3c1-slim/test/parallel/test-v8-cpu-profile.js:46:10)
at Module._compile (node:internal/modules/cjs/loader:1829:14)
at Object..js (node:internal/modules/cjs/loader:1969:10)
at Module.load (node:internal/modules/cjs/loader:1552:32)
at Module._load (node:internal/modules/cjs/loader:1354:12)
at wrapModuleLoad (node:internal/modules/cjs/loader:255:19)
at Module.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:154:5)
at node:internal/main/run_main_module:33:47 {
generatedMessage: true,
code: 'ERR_ASSERTION',
actual: false,
expected: true,
operator: '==',
diff: 'simple'
}
Node.js v26.0.0-pre
Command: out/Release/node /Users/runner/work/_temp/node-v26.0.0-nightly2026-04-10b2e936b3c1-slim/test/parallel/test-v8-cpu-profile.js
|
Loading