Skip to content

Javascript POC#117

Open
piercefreeman wants to merge 5 commits intomainfrom
feature/javascript-poc
Open

Javascript POC#117
piercefreeman wants to merge 5 commits intomainfrom
feature/javascript-poc

Conversation

@piercefreeman
Copy link
Owner

No description provided.

@github-actions
Copy link

github-actions bot commented Jan 16, 2026

Coverage Report

Python Coverage

Metric Coverage
Lines 74.7%
Branches 58.1%

Download HTML Report

Rust Coverage

Metric Coverage
Lines 68.2% 🔴 (-0.2%)
Branches N/A

Download HTML Report

Compared to main branch

@github-actions
Copy link

github-actions bot commented Jan 16, 2026

Benchmark Comparison

Comparing b83f09e9 (PR) vs f8bcb667 (main)

Results

Benchmark Metric PR Main Change
fan-out Throughput (msg/s) 578 531 +9.0% 🚀
for-loop Throughput (msg/s) 82 83 -1.9% ✅
queue-noop Throughput (msg/s) 60 0 N/A (new)
Raw benchmark data

PR Results:

{
  "for-loop": {
    "total": 3002,
    "elapsed_s": 36.825221334,
    "throughput": 81.5202160707263,
    "avg_round_trip_ms": 0.0,
    "p95_round_trip_ms": 0.0
  },
  "fan-out": {
    "total": 1002,
    "elapsed_s": 1.732297184,
    "throughput": 578.4226917036887,
    "avg_round_trip_ms": 0.0,
    "p95_round_trip_ms": 0.0
  },
  "queue-noop": {
    "total": 15003,
    "elapsed_s": 249.727578462,
    "throughput": 60.077465582292284,
    "avg_round_trip_ms": 0.0,
    "p95_round_trip_ms": 0.0
  }
}

Main Results:

{
  "for-loop": {
    "total": 3002,
    "elapsed_s": 36.116230473,
    "throughput": 83.12052394959252,
    "avg_round_trip_ms": 0.0,
    "p95_round_trip_ms": 0.0
  },
  "fan-out": {
    "total": 1002,
    "elapsed_s": 1.8876110069999998,
    "throughput": 530.8297081783228,
    "avg_round_trip_ms": 0.0,
    "p95_round_trip_ms": 0.0
  },
  "queue-noop": {
    "error": "timeout",
    "exit_code": null,
    "stderr": null,
    "stdout": null
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant