js-framework-benchmark-report

Update repository-local JavaScript framework benchmark reports and regenerate results.

1.2k|46|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/dashersw/gea --skill js-framework-benchmark-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: js-framework-benchmark-report
Source: https://github.com/dashersw/gea/tree/main/.cursor/skills/js-framework-benchmark-report
Command: npx skills add https://github.com/dashersw/gea --skill js-framework-benchmark-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill centralizes and automates the maintenance of the repository-local JavaScript framework benchmarks by updating the curated benchmark report, regenerating the results, and enabling quick comparisons against Gea and configured frameworks.

Core Features & Use Cases

  • Repo-local benchmarking: Updates the benchmark report for this repository using the configured framework set.
  • Result regeneration: Rebuilds the webdriver-ts-results data to reflect latest benchmarks for accurate visualization.
  • Comparison and targeting: Provides an easy pathway to compare Gea against the configured frameworks and to refresh the local results page.

Quick Start

Run the repo-local benchmark update workflow to refresh the results and regenerate the report.

Frequently Asked Questions about js-framework-benchmark-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I update JavaScript framework benchmark reports locally?

To update JavaScript framework benchmark reports locally, this Skill reads benchmark-report.config.json and executes node scripts/update-js-framework-benchmark-report.mjs to refresh the HTML results page. It automates the report regeneration process for your configured framework set.

What is the best way to compare Gea against other JavaScript frameworks in a benchmark?

The best way to compare Gea against configured frameworks is running the repo-local benchmark workflow, which regenerates the webdriver-ts-results data. This workflow rebuilds the local UI report to visualize the latest performance comparisons.

How do I regenerate and serve the webdriver-ts-results UI report?

You can regenerate and serve the webdriver-ts-results UI report by running the configured benchmark update workflow. It rebuilds the results data and serves the updated UI locally at http://localhost:8080/webdriver-ts-results/dist/index.html.

Can I pass optional flags to the JavaScript framework benchmark update script?

Yes, the Skill can apply optional flags when running node scripts/update-js-framework-benchmark-report.mjs. This allows you to customize the repository-local benchmarking process while coordinating the report update.

What configuration is needed to run repo-local JavaScript framework benchmarking?

Repo-local JavaScript framework benchmarking requires a benchmark-report.config.json file to define your configured framework set. The Skill reads this configuration file to coordinate the report update and result regeneration process.