- Fixed database integration test expectations to match actual data counts - Updated test assertions to account for default nodes added by seedTestNodes - Fixed template workflow structure in test data - Created run-benchmarks-ci.js to properly capture benchmark JSON output - Fixed Vitest benchmark reporter configuration for CI environment - Adjusted database utils test expectations for SQLite NULL handling All tests now pass and benchmark workflow generates required JSON files. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
29 lines
655 B
JSON
29 lines
655 B
JSON
{
|
|
"timestamp": "2025-07-28T21:24:37.843Z",
|
|
"benchmarks": [
|
|
{
|
|
"name": "sample - array sorting - small",
|
|
"time": "0.013ms",
|
|
"opsPerSec": "74100 ops/sec",
|
|
"range": "±0.109ms"
|
|
},
|
|
{
|
|
"name": "sample - array sorting - large",
|
|
"time": "2.326ms",
|
|
"opsPerSec": "430 ops/sec",
|
|
"range": "±0.415ms"
|
|
},
|
|
{
|
|
"name": "sample - string concatenation",
|
|
"time": "0.003ms",
|
|
"opsPerSec": "309346 ops/sec",
|
|
"range": "±0.132ms"
|
|
},
|
|
{
|
|
"name": "sample - object creation",
|
|
"time": "0.048ms",
|
|
"opsPerSec": "20994 ops/sec",
|
|
"range": "±0.150ms"
|
|
}
|
|
]
|
|
} |