Skip to content

Commit

Permalink
add Graviton2 (customSmallerIsBetter) benchmark result for 586ace3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 5, 2024
1 parent 1d8411f commit d985640
Showing 1 changed file with 66 additions and 1 deletion.
67 changes: 66 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1725532252149,
"lastUpdate": 1725532285230,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -3142,6 +3142,71 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"committer": {
"name": "pq-code-package",
"username": "pq-code-package"
},
"id": "586ace356a5702d39ae4a30f4765ee6442943c92",
"message": "Test pr",
"timestamp": "2024-09-05T10:21:34Z",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/pull/104/commits/586ace356a5702d39ae4a30f4765ee6442943c92"
},
"date": 1725532284695,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 119100,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 138907,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 178791,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 200738,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 223401,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 275813,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 304821,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 330146,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 395352,
"unit": "cycles"
}
]
}
],
"Graviton3": [
Expand Down

0 comments on commit d985640

Please sign in to comment.