+2
-1
| { | ||
| "name": "multimcts", | ||
| "version": "2.1.0", | ||
| "version": "2.1.1", | ||
| "description": "TypeScript Monte Carlo Tree Search for multi-team games", | ||
@@ -53,2 +53,3 @@ "type": "module", | ||
| "arena": "npm run build && node --experimental-strip-types scripts/arena.mjs", | ||
| "benchmark:compare": "node scripts/compare-benchmark-suite.mjs", | ||
| "compare:arena": "node scripts/compare-arena.mjs", | ||
@@ -55,0 +56,0 @@ "build": "rm -rf dist && tsc -p tsconfig.json", |
+8
-0
@@ -256,2 +256,10 @@ # multimcts | ||
| Run the current benchmark suite against the post-`2.0.0` baseline: | ||
| ```bash | ||
| npm run benchmark:compare -- --quick | ||
| ``` | ||
| That wrapper builds each ref once, then runs profile and arena comparisons across the canonical scenario set, including `Isolation`. It defaults to comparing `WORKTREE` against commit `55e09df`, and `--quick` keeps the matrix small enough for routine spot checks. | ||
| Future design notes for deferred ideas live in [docs/future-design-notes.md](docs/future-design-notes.md). | ||
@@ -258,0 +266,0 @@ |
104048
0.43%276
2.99%