Skip to content

Commit

Permalink
Add changes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 26, 2023
1 parent 651d0e3 commit 377bd66
Showing 1 changed file with 139 additions and 1 deletion.
140 changes: 139 additions & 1 deletion data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": 1703592262407,
"lastUpdate": 1703600088054,
"repoUrl": "",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -13184,6 +13184,144 @@
]
}
}
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Dawid Niezgódka",
"username": "DawidNiezgodka"
},
"committer": {
"email": "[email protected]",
"name": "Dawid Niezgódka",
"username": "DawidNiezgodka"
},
"id": "15704595037d07d3ce0d7e3cd2d77a9c753453e0",
"message": "improve cron",
"timestamp": "2023-12-26T15:14:34+01:00",
"url": "https://github.com/DawidNiezgodka/BenchEval/commit/15704595037d07d3ce0d7e3cd2d77a9c753453e0",
"eventName": "push"
},
"date": 1703600088054,
"executionTime": "0m 11s",
"parametrization": {
"storageEngine": "N/A",
"logVerbosity": "N/A",
"bindIp": "0.0.0.0",
"port": 27017
},
"otherInfo": "YCSB Parameters: workload=workloada, recordcount=200000, threads=32, ",
"metrics": [
{
"name": "OVERALL Throughput",
"value": 67213.4178876343,
"unit": "ops/sec"
},
{
"name": "[READ], AverageLatency(us)",
"value": 1810.7039287334164,
"unit": "us"
},
{
"name": "[READ], MaxLatency(us)",
"value": 117887,
"unit": "us"
},
{
"name": "[UPDATE], AverageLatency(us)",
"value": 1853.367453202496,
"unit": "us"
},
{
"name": "[UPDATE], MaxLatency(us)",
"value": 128631,
"unit": "us"
}
],
"benchSuccessful": false,
"evaluation": {
"evaluationConfig": {
"evaluationMethod": "threshold",
"benchmarkGroupToCompare": "MongoDB Benchmark",
"thresholdValues": [
2500,
700,
50000,
5000,
30000
],
"comparisonOperators": [
"tolerance",
"tolerance",
"tolerance",
"tolerance",
"tolerance"
],
"comparisonMargins": [
10,
10,
10,
10,
10
],
"thresholdUpper": null,
"thresholdLower": null,
"jumpDetectionThresholds": null,
"trendThresholds": null,
"movingAveWindowSize": null,
"trendDetNoSufficientDataStrategy": "use_available"
},
"evaluationParams": {
"evaluationMethod": "threshold",
"metricNames": [
"OVERALL Throughput",
"[READ], AverageLatency(us)",
"[READ], MaxLatency(us)",
"[UPDATE], AverageLatency(us)",
"[UPDATE], MaxLatency(us)"
],
"metricUnits": [
"ops/sec",
"us",
"us",
"us",
"us"
],
"resultExplanations": [],
"metricToDifferentBenchValues": {},
"is": [
67213.4178876343,
1810.7039287334164,
117887,
1853.367453202496,
128631
],
"shouldBe": [
"In symmetric range of 10 % to",
"In symmetric range of 10 % to",
"In symmetric range of 10 % to",
"In symmetric range of 10 % to",
"In symmetric range of 10 % to"
],
"than": [
2500,
700,
50000,
5000,
30000
]
},
"evaluationResult": {
"result": [
"failed",
"failed",
"failed",
"failed",
"failed"
]
}
}
}
]
}
Expand Down

0 comments on commit 377bd66

Please sign in to comment.