Tag

diff testing

0 views collected around this technical thread.

Tencent Cloud Developer
Tencent Cloud Developer
Dec 3, 2022 · Backend Development

Refactoring a Decade-Old Query Optimizer: Architecture, DIFF Fixes, Performance Gains, and Stability Improvements

Tencent engineers completely rewrote a ten‑year‑old query optimizer, shrinking the codebase by 80% and replacing its monolithic thread‑pool with a tRPC‑Fiber DAG scheduler, which cut latency by 28%, reduced startup time to five minutes, saved 40 GB memory, boosted throughput 12%, fixed numerous stability bugs, raised test coverage above 60%, and accelerated new‑feature lead time to under a day.

backend developmentc++diff testing
0 likes · 15 min read
Refactoring a Decade-Old Query Optimizer: Architecture, DIFF Fixes, Performance Gains, and Stability Improvements
360 Tech Engineering
360 Tech Engineering
Oct 30, 2018 · Backend Development

Interface Diff Testing: Implementation Guide and Key Details

This article explains interface Diff testing—comparing API responses across versions or environments—covers its benefits, outlines the implementation approach with project structure, test case organization, and BeautifulReport integration, and provides practical tips for Python developers to automate comprehensive API validation.

API testingBeautifulReportPython
0 likes · 6 min read
Interface Diff Testing: Implementation Guide and Key Details
360 Quality & Efficiency
360 Quality & Efficiency
Oct 25, 2018 · Backend Development

Interface Diff Testing: Methodology, Implementation Details, and Reporting

This article explains how interface diff testing compares API responses across versions or environments using automated replay of production logs, outlines the project structure, demonstrates unittest‑based implementation with JSON recursive comparison, and shows how to generate clear HTML reports with BeautifulReport.

API testingBeautifulReportPython
0 likes · 6 min read
Interface Diff Testing: Methodology, Implementation Details, and Reporting