iiRecord
Agentic AI Atlas · specializations/performance-optimization/load-test-execution
lib-process:performance-optimization--load-test-executiona5c.ai
II.
LibraryProcess JSON

lib-process:performance-optimization--load-test-execution

Structured · live

specializations/performance-optimization/load-test-execution 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:performance-optimization--load-test-execution",
  "_kind": "LibraryProcess",
  "_file": "generated-library/processes.yaml",
  "_cluster": "generated-library",
  "attributes": {
    "displayName": "specializations/performance-optimization/load-test-execution",
    "description": "Load Test Execution and Analysis - Execute load tests and analyze results including baseline\nestablishment, scenario execution, result analysis, bottleneck identification, and report generation.",
    "libraryPath": "library/specializations/performance-optimization/load-test-execution.js",
    "specialization": "performance-optimization",
    "references": [
      "- k6 Cloud: https://k6.io/cloud/"
    ],
    "example": "const result = await orchestrate('specializations/performance-optimization/load-test-execution', {\n  projectName: 'E-commerce API',\n  testScripts: ['checkout-flow', 'search-flow'],\n  loadProfile: 'peak-load',\n  duration: 3600\n});",
    "usesAgents": [
      "gatling-load-testing"
    ]
  },
  "outgoingEdges": [
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "skill-area:performance-monitoring-profiling",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "skill-area:profiling-cpu",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "skill-area:load-testing",
      "kind": "lib_requires_skill_area",
      "attributes": {
        "weight": 0.5
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "topic:observability-driven-development",
      "kind": "lib_covers_topic",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "domain:software-engineering",
      "kind": "lib_applies_to_domain",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "role:backend-engineer",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "role:sre",
      "kind": "lib_involves_role",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "workflow:performance-profiling-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 1
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "workflow:load-testing-cycle",
      "kind": "lib_implements_workflow",
      "attributes": {
        "weight": 0.7
      }
    },
    {
      "from": "lib-process:performance-optimization--load-test-execution",
      "to": "specialization:performance-optimization",
      "kind": "lib_belongs_to_specialization",
      "attributes": {
        "weight": 1
      }
    }
  ],
  "incomingEdges": []
}