添加测试服务0 码力 | 1 页 | 128.00 B | 1 年前3
202309 MeterSphere ⼀站式开源持续测试平台## MeterSphere 一站式开源持续测试平台 2023 年 9 月 持续测试的兴起与现状 MeterSphere 加速企业持续测试落地 MeterSphere 企业版及专业服务 ## 持续测试是持续交付发展的必然需求 ## 持续交付能力是企业核心竞争力 保证业务足够稳 ## 持续测试能力保障业务足够可靠 ## 催生 保证交付足够快  ## 为什么测试环节会成为持续交付中的瓶颈?  主要内容 • 可靠的测试环境 • benchstat • 例子与实践 ☐ 例1: 对代码块进行性能调优 ☐ 例2: Benchmark 的正确性分析 ☐ 例3: 其他的影响因素 • 假设检验的原理 • 局限与应对措施 • 总结 ## 教科书式的性能测试方法论 在《Software Testing: Principles and Practices》一书中归纳的性能测试方法论: 1. 搜集需求 2. 编写测试用例 3. 自动化性能测试用例 4. 执行性能测试用例 5. 分析性能测试结果 6. 性能调优 7. 性能基准测试(Performance Benchmarking) 8. 向客户推荐合适的配置 ## 可靠的测试环境 ## 什么是可靠的性能基准测试环境 ## 影响测试环境的软硬件因素 • 硬件: CPU 型号、温度、IO 等 软件:操作系统版本、当前系统调度的负载等0 码力 | 37 页 | 1.23 MB | 2 年前3
应用 waPC (rust) 做软件测试工具## RUST CHINA CONF 2023 第三届中国 Rust 开发者大会 6.17-6.18 @Shanghai ## 大家好! ## 应用 waPC (rust) 做软件测试工具 Alan poon 潘泳权    ## CONTENTS 1 What People are Saying 3 2 Quick Links 5 3 Features 7 4 Who's Using 5.5.10 Changelog for Falcon 0.2.0 324 Python Module Index 327 Index 329 ### Release v3.0b2 (Installation) Falcon is a minimalist WSGI library for building speedy web APIs and app backends. '123e4567-e89b-12d3-a456-426655440000' monkeypatch.setattr('uuid.uuid4', lambda: fake_uuid) # When the service receives an image through POST... fake_image_bytes = b'fake-image-bytes'0 码力 | 340 页 | 1.15 MB | 2 年前3
Falcon v3.1.1-b3 Documentation# Falcon Documentation Release 3.1.1b3 Kurt Griffiths et al. Nov 11, 2022 Powered by TCPDF (www.tcpdf.org) ## CONTENTS 1 Quick Links 3 2 What People are Saying 5 3 Features 7 4 Who's Using 5.5.13 Changelog for Falcon 0.2.0 361 Python Module Index 365 Index 367 ### Release v3.1b3 (Installation) Falcon is a minimalist ASGI/WSGI framework for building mission-critical REST APIs mock_open() monkeypatch.setattr('io.open', mock_file_open) fake_uuid = '123e4567-e89b-12d3-a456-426655440000' monkeypatch.setattr('uuid.uuid4', lambda: fake_uuid) (continues0 码力 | 378 页 | 1.29 MB | 2 年前3
Falcon v3.1.1-b3 Documentation# The Falcon Web Framework Release v3.1b3 (Installation) Falcon [https://falconframework.org] is a minimalist ASGI/WSGI framework for building mission-critical REST APIs and microservices, with a focus '123e4567-e89b-12d3-a456-426655440000' monkeypatch.setattr('uuid.uuid4', lambda: fake_uuid) # When the service receives an image through POST... fake_image_bytes = b'fake-image-bytes' image_content_type = 'image/xyz' response = client.simulate_post( '/images', body=b'some-fake-bytes', headers={'content-type': image_content_type} ) assert response0 码力 | 540 页 | 476.61 KB | 2 年前3
共 1000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 100













