ibrahimcesar/velociplot

Add performance benchmarks with Criterion

Open

#10 opened on 2025年11月29日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Rust (0 forks)auto 404
help wantedpriority: mediumtype: performance

Repository metrics

Stars
 (3 stars)
PR merge metrics
 (PR metrics pending)

説明

Description

Establish performance benchmarks to track rendering speed and prevent regressions.

Proposed Benchmarks

  • Line plot with 1M points
  • Heatmap 1000x1000
  • Multi-series (10 series, 10K points each)
  • Memory usage for typical plots

Tasks

  • Add Criterion as dev dependency
  • Create benchmark suite in benches/
  • Benchmark each plot type
  • Add benchmark CI job
  • Document performance characteristics

Acceptance Criteria

  • Benchmarks run in CI
  • Performance regression detection
  • Results documented in README or docs

コントリビューターガイド