Run and baseline performance benchmarks

perf-benchmarkerskillsetup L21,721
ComposioHQ/awesome-claude-plugins
What it does

Measure and compare code performance across versions

Best for

Determining whether a code change actually improved performance or made it worse.

Inputs
  • · Code version 1
  • · Code version 2
  • · Benchmark suite
Outputs
  • · Performance comparison report
  • · Winner determination
Requires
  • · Benchmarking tool
  • · Node.js profiler
Preconditions

Reproducible benchmark suite; stable code versions.

Failure modes

Benchmark variance; JIT/GC noise; irreproducible results.

Trust signals
  • · Statistical significance testing
  • · Variance control mechanisms
  • · Reproducible seed setup