Skip to content

Commit 88a374d

Browse files
committed
fix(jelly-micro): remove stale more1 entry from RECALL_FLOORS
more1 was moved from jelly-micro to the pts-javascript fixture set in #1383 (commit ddfc14c). The RECALL_FLOORS map still referenced it, causing the startup sanity-check to throw in CI where the merged branch no longer includes more1 in jelly-micro.
1 parent db459d5 commit 88a374d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/benchmarks/resolution/jelly-micro.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ function discoverTests(): string[] {
6363
* Exact fractions shown in comments; stored as the corresponding percentage
6464
* value so a single lost TP triggers a failure.
6565
*
66-
* Baseline summary: precision=65.3% recall=40.9% TP=47 FP=25 FN=68
66+
* Note: more1 was moved to the pts-javascript fixture set in #1383 and is
67+
* no longer part of jelly-micro.
6768
*/
6869
const RECALL_FLOORS: Record<string, number> = {
6970
accessors3: 1.0, // 1/1
@@ -72,7 +73,6 @@ const RECALL_FLOORS: Record<string, number> = {
7273
defineProperty: 0.5, // 3/6
7374
fun: 1.0, // 4/4
7475
generators: 1.0, // 9/9
75-
more1: 1.0, // 10/10
7676
'receiver-callee-mixup': 1.0, // 1/1
7777
rest: 1.0, // 1/1
7878
spread: 1.0, // 4/4

0 commit comments

Comments
 (0)