@tscircuit/capacity-autorouter 0.0.881 → 0.0.883
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -7
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -207,15 +207,22 @@ Track routing performance and benchmark results in the [Autorouter Benchmark Das
|
|
|
207
207
|
### DRC failure dataset (SRJ33)
|
|
208
208
|
|
|
209
209
|
[dataset-srj33-drc-failures](https://github.com/tscircuit/dataset-srj33-drc-failures)
|
|
210
|
-
contains
|
|
211
|
-
|
|
212
|
-
|
|
210
|
+
contains 37 distinct inputs with at least one measured Pipeline 9 relaxed DRC
|
|
211
|
+
issue. The [original benchmark](https://github.com/tscircuit/tscircuit-autorouter/actions/runs/33978041068)
|
|
212
|
+
retained 12 samples and excluded 19 DRC passes. An
|
|
213
|
+
[additional audit](https://github.com/tscircuit/tscircuit-autorouter/actions/runs/33980539076)
|
|
214
|
+
added 25 bug-report inputs that completed routing with DRC issues after the
|
|
215
|
+
recent DRC fix. Original IDs remain 001–006, 010–013, 020, and 025; additions use
|
|
216
|
+
032–056.
|
|
213
217
|
|
|
214
218
|
```sh
|
|
215
|
-
bun scripts/run-sample.ts --pipeline
|
|
219
|
+
bun scripts/run-sample.ts --pipeline 9 --dataset srj33 --sample 1
|
|
216
220
|
```
|
|
217
221
|
|
|
218
222
|
Use `srj33` in the benchmark workflow's dataset input, or open
|
|
219
|
-
`benchmarks/dataset-srj33` in
|
|
220
|
-
|
|
221
|
-
|
|
223
|
+
`benchmarks/dataset-srj33` in Cosmos. CLI `--sample` selects by position:
|
|
224
|
+
`--sample 12` loads `sample025`, and `--sample 37` loads `sample056`.
|
|
225
|
+
Cosmos uses the sample IDs. The dataset records source links, pinned revisions,
|
|
226
|
+
and Pipeline 9 selection evidence. Saved outputs for the original 12 are their
|
|
227
|
+
historical Pipeline 7 baseline; additions include Pipeline 9 outputs and exact
|
|
228
|
+
DRC errors.
|