Skip to content

Commit

Permalink
add Graviton3 (customSmallerIsBetter) benchmark result for f272655
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 12, 2024
1 parent c183fc2 commit c03fd88
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": 1726166097916,
"lastUpdate": 1726166101031,
"repoUrl": "https://github.com/pq-code-package/mlkem-c-aarch64",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -11045,6 +11045,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": "f272655395f09f3811f184dbbc054d3a8930bec2",
"message": "Add native x86_64 test to CI",
"timestamp": "2024-09-12T17:12:47Z",
"url": "https://github.com/pq-code-package/mlkem-c-aarch64/pull/127/commits/f272655395f09f3811f184dbbc054d3a8930bec2"
},
"date": 1726166100511,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "MLKEM512 keypair",
"value": 80550,
"unit": "cycles"
},
{
"name": "MLKEM512 encaps",
"value": 90033,
"unit": "cycles"
},
{
"name": "MLKEM512 decaps",
"value": 116917,
"unit": "cycles"
},
{
"name": "MLKEM768 keypair",
"value": 127851,
"unit": "cycles"
},
{
"name": "MLKEM768 encaps",
"value": 142011,
"unit": "cycles"
},
{
"name": "MLKEM768 decaps",
"value": 174331,
"unit": "cycles"
},
{
"name": "MLKEM1024 keypair",
"value": 192564,
"unit": "cycles"
},
{
"name": "MLKEM1024 encaps",
"value": 209442,
"unit": "cycles"
},
{
"name": "MLKEM1024 decaps",
"value": 249917,
"unit": "cycles"
}
]
}
],
"Graviton2 (opt)": [
Expand Down

0 comments on commit c03fd88

Please sign in to comment.