iiRecord
Agentic AI Atlas · performance-testing
lib-process:qa-testing-automation--performance-testinga5c.ai
II.
LibraryProcess JSON

lib-process:qa-testing-automation--performance-testing

Structured · live

performance-testing json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · generated-library/processes.yamlCluster · generated-library
Record JSON
{
  "id": "lib-process:qa-testing-automation--performance-testing",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "performance-testing",
    "description": "Performance Testing Implementation - Comprehensive performance testing strategy covering load testing,\nstress testing, spike testing, soak testing, and scalability testing with workload modeling, performance benchmarking,\nbottleneck identification, and optimization recommendations.",
    "libraryPath": "library/specializations/qa-testing-automation/performance-testing.js",
    "specialization": "qa-testing-automation",
    "references": [
      "- k6 Documentation: https://k6.io/docs/\n- Performance Testing Patterns: https://martinfowler.com/articles/practical-test-pyramid.html\n- Load Testing Best Practices: https://www.nginx.com/blog/load-testing-best-practices/\n- Apache JMeter: https://jmeter.apache.org/\n- Gatling Documentation: https://gatling.io/docs/\n- Performance Engineering: https://www.infoq.com/articles/performance-engineering/"
    ],
    "example": "const result = await orchestrate('specializations/qa-testing-automation/performance-testing', {\n  projectName: 'E-commerce API',\n  applicationUrl: 'https://api.staging.example.com',\n  performanceGoals: {\n    responseTime: { p95: 500, p99: 1000 },\n    throughput: { rps: 1000 },\n    errorRate: { max: 0.1 },\n    concurrentUsers: 5000\n  },\n  testScenarios: ['User Login', 'Product Search', 'Checkout', 'Order History'],\n  expectedLoad: { dailyUsers: 100000, peakHourMultiplier: 3 }\n});",
    "usesAgents": [
      "performance-testing-expert"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "skill-area:performance-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "skill-area:load-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "topic:test-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "role:qa-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "role:sre",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "workflow:feature-development",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "specialization:qa-testing-automation",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:qa-testing-automation--performance-testing",
      "to": "lib-agent:qa-testing-automation--performance-testing-expert",
      "kind": "uses_agent",
      "attributes": {
        "weight": 0.8
      }
    }
  ],
  "incomingEdges": []
}