Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: tsenart/vegeta
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.12.0
Choose a base ref
...
head repository: tsenart/vegeta
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.13.0
Choose a head ref
  • 3 commits
  • 13 files changed
  • 2 contributors

Commits on Oct 31, 2025

  1. Migrate plot command from Dygraphs to uPlot

    - Replace Dygraphs with uPlot v1.6.32 for modern, performant plotting
    - Migrate asset embedding from vfsgen to go:embed (requires Go 1.16+)
    - Implement modern dark/light theme toggle
    - Add interactive features: drag-to-zoom, crosshair with value readouts, log/linear scale toggle
    - Format latency values as human-readable durations (μs, ms, s)
    - Improve UX with cleaner Axiom-inspired design
    - Export plots to PNG using native canvas API (removed html2canvas dependency)
    - Fix NaN handling: emit null instead of NaN for proper rendering in both scale modes
    - Responsive layout that adapts to window size
    
    Amp-Thread-ID: https://ampcode.com/threads/T-3da3f7ab-1f40-460d-87cb-156a36ab8ad2
    Co-authored-by: Amp <[email protected]>
    tsenart and Amp committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    6cbc5ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b240c3 View commit details
    Browse the repository at this point in the history
  3. Fix sort instability in plot data ordering

    Use sort.Stable instead of sort.Sort to ensure deterministic ordering
    of data points with identical timestamps across different Go versions
    and architectures. This fixes CI test failures.
    tsenart committed Oct 31, 2025
    Configuration menu
    Copy the full SHA
    507c4f0 View commit details
    Browse the repository at this point in the history
Loading