Tagged articles
4 articles
Page 1 of 1
DeWu Technology
DeWu Technology
Mar 9, 2026 · Backend Development

How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine

This article details the motivation, design, and implementation of a systematic regression testing framework for a high‑frequency C++ search engine, covering traffic recording, DIFF testing, one‑click load testing, pipeline integration, and future automation plans to match rapid iteration cycles.

C++ search engineDIFF testingLoad Testing
0 likes · 11 min read
How We Engineered a Scalable Regression Testing Pipeline for a High‑Frequency C++ Search Engine
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.

DIFF testingservice refactoringtRPC
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 testingBeautifulReportDIFF testing
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 testingBeautifulReportDIFF testing
0 likes · 6 min read
Interface Diff Testing: Methodology, Implementation Details, and Reporting