# cpp-benchmark-testing > Automates benchmark test creation for C++ projects using Google Benchmark with consistent software testing patterns. Use when creating performance benchmarks, profiling tests, or when the user mentions benchmarking, Google Benchmark, or performance testing. - Author: dependabot[bot] - Repository: sentenz/skills - Version: 20260206205525 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/sentenz/skills - Web: https://mule.run/skillshub/@@sentenz/skills~cpp-benchmark-testing:20260206205525 --- --- name: cpp-benchmark-testing description: Automates benchmark test creation for C++ projects using Google Benchmark with consistent software testing patterns. Use when creating performance benchmarks, profiling tests, or when the user mentions benchmarking, Google Benchmark, or performance testing. metadata: version: "1.1.0" activation: implicit: true priority: 2 triggers: - "benchmark" - "benchmarking" - "google benchmark" - "performance test" - "profiling" - "microbenchmark" match: languages: ["cpp", "c", "c++"] paths: ["src/**/*_bench.cpp", "tests/**/*_bench.cpp", "bench/**/*.cpp", "benchmark/**/*.cpp"] prompt_regex: "(?i)(benchmark|benchmarking|performance test|profiling|microbenchmark|google benchmark)" usage: load_on_prompt: true autodispatch: true --- # Benchmark Testing Instructions for AI coding agents on automating benchmark test creation using consistent software testing patterns in this C++ project.