benchmark-e2e

Orchestrate end-to-end benchmark testing for the vercel-plugin across multiple projects.

Updated May 31, 2026
One-click install
npx skills add https://github.com/ChristineTham/lp --skill benchmark-e2e-christinetham
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-e2e
Source: https://github.com/ChristineTham/lp/tree/main/.agents/skills/benchmark-e2e
Command: npx skills add https://github.com/ChristineTham/lp --skill benchmark-e2e-christinetham

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

End-to-end benchmark testing for the vercel-plugin, enabling automated validation across multiple projects and providing actionable insights from structured reports.

Core Features & Use Cases

  • End-to-end orchestration: coordinates runner, verify, analyze, and report stages to produce a unified benchmark artifact.
  • Output artifacts: generates run-manifest.json, events.jsonl, and a thorough report for auditing and improvement.
  • Quick-start automation: enables rapid evaluation of plugin performance across multiple sample projects and configurations.

Quick Start

Run the full benchmark suite with bun run scripts/benchmark-e2e.ts to execute all tests end-to-end.

Frequently Asked Questions about benchmark-e2e

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

FAQPage Schema
How do I run end-to-end benchmark tests for a Vercel plugin?

Run end-to-end benchmark tests by executing the benchmark script with bun to orchestrate runner, verify, analyze, and report stages across multiple sample projects, generating structured performance artifacts.

What artifacts are generated by automated plugin validation benchmarks?

Automated plugin validation benchmarks generate run-manifest.json, events.jsonl, and report.json files, providing structured outputs for auditing plugin performance and actionable improvement insights.

Can I use a quick start flag for rapid dev-server benchmark orchestration?

Yes, use the `--quick` flag for rapid dev-server orchestration to enable fast evaluation of Vercel plugin performance across multiple sample projects and configurations.

Does the benchmark testing suite support comparing against a base run?

Yes, the benchmark testing suite supports a `--base` flag to compare current end-to-end benchmark results against a baseline run for Vercel plugin performance analysis.

How many sample projects are included in the Vercel plugin benchmark suite?

The Vercel plugin benchmark suite includes 9 sample projects, allowing comprehensive end-to-end automated validation and performance analysis across diverse project configurations.