BLXBenchBLXBench UI
blxbench

Benchmark

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
BLXBenchBLXBench UI
blxbench

Benchmark

Suite

Misc

DocsOur TestsPassSponsor / Partnership
DocsOur TestsPassSponsor / Partnership
  1. Home
  2. Our Tests
  3. Debug-Promise-All-Short-Circuit-V2
blxbench

Test fixture

Debug-Promise-All-Short-Circuit-V2

Debuggingv2 — Resiliencemediumscorer: rubric_json_metrics

Bug fixes, edge conditions, and minimal patch accuracy.

How it is scored

The model receives the prompt (and optional system message). The run uses scorer rubric_json_metrics with the JSON configuration below. Pass/fail and partial credit are determined entirely by that scorer against the model output; no human grading.

User prompt
Return JSON only with keys diagnosis, fix, tests. Code uses Promise.allSettled expecting that any rejected promise causes the whole batch to fail, but allSettled always fulfills; a downstream failure is silently swallowed and the caller proceeds as if all operations succeeded. Identify the wrong combinator and fix it.
Scorer config
{
  "metrics": {
    "repro": {
      "checks": [
        {
          "contains": [
            "allSettled"
          ]
        },
        {
          "contains": [
            "rejected"
          ]
        },
        {
          "contains": [
            "swallowed"
          ]
        },
        {
          "contains": [
            "failure"
          ]
        }
      ]
    },
    "hidden": {
      "checks": [
        {
          "contains": [
            "Promise.all"
          ]
        },
        {
          "contains": [
            "status === 'rejected'"
          ]
        },
        {
          "contains": [
            "throw"
          ]
        }
      ]
    },
    "diagnose": {
      "checks": [
        {
          "contains": [
            "wrong combinator"
          ]
        },
        {
          "contains": [
            "allSettled never rejects"
          ]
        },
        {
          "contains": [
            "silent failure"
          ]
        }
      ]
    }
  }
}
Run parameters

temperature

0

max_tokens

420

timeout (s)

120

type

scored

file

debug-promise-all-short-circuit-v2.json

← PreviousDebug-Off-By-One-Pagination-V2
|
Next →Debug-Promise-Chain-V2

BLXBench

Community driven leaderboardPublic benchmark runner — run in your environment, share results with the community.

© 2026 BLXBench by bitslix.com

ProvenanceAggregated from user runs
Scope43 / 11 / 490
Latestrun_7730ad / 459 / $0.00
TermsPrivacy