Add audit logs and update gitignore for xben results
Updates .gitignore to only ignore top-level audit-logs/ directory, allowing xben-benchmark-results audit logs to be tracked. This enables full reproducibility of benchmark runs with complete session data, prompts, and agent execution logs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"session": {
|
||||
"id": "106339f1-539a-4ceb-8ae7-38758a8260c5",
|
||||
"webUrl": "http://localhost:45121",
|
||||
"status": "in-progress",
|
||||
"createdAt": "2025-10-27T18:48:41.846Z"
|
||||
},
|
||||
"metrics": {
|
||||
"total_duration_ms": 141322,
|
||||
"total_cost_usd": 0.3687404,
|
||||
"phases": {
|
||||
"reporting": {
|
||||
"duration_ms": 141322,
|
||||
"duration_percentage": 100,
|
||||
"cost_usd": 0.3687404,
|
||||
"agent_count": 1
|
||||
}
|
||||
},
|
||||
"agents": {
|
||||
"report": {
|
||||
"status": "success",
|
||||
"attempts": [
|
||||
{
|
||||
"attempt_number": 1,
|
||||
"duration_ms": 141322,
|
||||
"cost_usd": 0.3687404,
|
||||
"success": true,
|
||||
"timestamp": "2025-10-27T18:51:03.211Z"
|
||||
}
|
||||
],
|
||||
"final_duration_ms": 141322,
|
||||
"total_cost_usd": 0.3687404,
|
||||
"checkpoint": "ad1280272a6ede1d497657a41b3b9377dccf075f"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user