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

贡献者指南