ibrahimcesar/velociplot

Add performance benchmarks with Criterion

Open

#10 建立於 2025年11月29日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)Rust (0 fork)auto 404
help wantedpriority: mediumtype: performance

倉庫指標

Star
 (3 star)
PR 合併指標
 (PR 指標待抓取)

描述

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

貢獻者指南