microsoft / netperf

Automation system for executing networking performance tests
MIT License
37 stars 14 forks source link

Update Netperf to Follow "Standard SecNetPerf Scenarios" #401

Open ProjectsByJackHe opened 4 weeks ago

ProjectsByJackHe commented 4 weeks ago

Today, Netperf's database/dashboard relies heavily on unique test IDs generated in the dashboard JSON files from msquic/scripts/secnetperf.ps1, which naturally meshes with the old Secnetperf design.

PR: Standard SecNetPerf Scenario introduces a new API design that includes some breaking changes, which means Netperf needs to update its data platform to accommodate this new design.

The most immediate action item would be to write a "glue" layer that translates this new API into the old interface, and have the data platform functioning as normal.