- 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>
30 lines
621 B
JSON
30 lines
621 B
JSON
[
|
|
{
|
|
"name": "sample - array sorting - small",
|
|
"unit": "ms",
|
|
"value": 0.0135,
|
|
"range": 0.21789999999999998,
|
|
"extra": "74100 ops/sec"
|
|
},
|
|
{
|
|
"name": "sample - array sorting - large",
|
|
"unit": "ms",
|
|
"value": 2.3265,
|
|
"range": 0.8298999999999999,
|
|
"extra": "430 ops/sec"
|
|
},
|
|
{
|
|
"name": "sample - string concatenation",
|
|
"unit": "ms",
|
|
"value": 0.0032,
|
|
"range": 0.26320000000000005,
|
|
"extra": "309346 ops/sec"
|
|
},
|
|
{
|
|
"name": "sample - object creation",
|
|
"unit": "ms",
|
|
"value": 0.0476,
|
|
"range": 0.30010000000000003,
|
|
"extra": "20994 ops/sec"
|
|
}
|
|
] |