Skip to content

Commit 4780209

Browse files
Merge pull request #418 from ChainBench/feat/per-chain-bench-pages
materialization phase 1: worker + store + flag-gated read path
2 parents cd24ac7 + f00ff0b commit 4780209

7 files changed

Lines changed: 1396 additions & 819 deletions

File tree

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "openchainbench",
33
"version": "0.1.0",
44
"private": true,
5-
"description": "Open benchmarks for crypto infrastructure aggregators, bridges, price feeds.",
5+
"description": "Open benchmarks for crypto infrastructure \u2014 aggregators, bridges, price feeds.",
66
"scripts": {
77
"dev": "next dev",
88
"build": "next build",
@@ -12,7 +12,8 @@
1212
"typecheck": "tsc --noEmit",
1313
"validate": "tsx scripts/validate-specs.ts",
1414
"spec:dry-run": "tsx scripts/dry-run-spec.ts",
15-
"check": "pnpm validate && pnpm typecheck && pnpm lint && pnpm test"
15+
"check": "pnpm validate && pnpm typecheck && pnpm lint && pnpm test",
16+
"worker": "tsx worker/index.ts"
1617
},
1718
"dependencies": {
1819
"@modelcontextprotocol/sdk": "^1.26.0",
@@ -46,4 +47,4 @@
4647
"postcss": "^8.5.10"
4748
}
4849
}
49-
}
50+
}

0 commit comments

Comments
 (0)