Initial Commit

This commit is contained in:
2026-04-15 19:09:21 +03:00
commit c2572c5702
15 changed files with 1587 additions and 0 deletions

45
http/submit-json.http Normal file
View File

@@ -0,0 +1,45 @@
POST http://localhost:8080/api/submit
Content-Type: application/json
{
"submitter": "Workstation-Lab-A",
"benchmark": {
"config": {
"durationSecs": 20,
"intensity": 10,
"coreFilter": 0,
"multiCore": true
},
"cpuInfo": {
"brandString": "AMD Ryzen 7 5800X 8-Core Processor",
"vendorID": "AuthenticAMD",
"physicalCores": 8,
"logicalCores": 16,
"baseClockMHz": 3801,
"boostClockMHz": 0,
"l1DataKB": 32,
"l2KB": 512,
"l3MB": 32,
"supportedFeatures": ["SSE4.2", "AVX", "AVX2", "FMA3"]
},
"startedAt": "2026-04-15T18:18:08.0218738+03:00",
"duration": 20008134300,
"totalOps": 61379641344,
"mOpsPerSec": 3067.734373614236,
"score": 306773,
"coreResults": [
{
"logicalID": 0,
"coreType": "Standard",
"mOpsPerSec": 345.52091146249455,
"totalOps": 6913228800
},
{
"logicalID": 1,
"coreType": "Standard",
"mOpsPerSec": 491.21699547968353,
"totalOps": 9828335616
}
]
}
}