Skip to content

Commit

Permalink
add Graviton2 (customSmallerIsBetter) benchmark result for f0159a8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent 3650d32 commit 4cff400
Showing 1 changed file with 70 additions and 1 deletion.
71 changes: 70 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": 1731434122224,
"lastUpdate": 1731434222812,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -46246,6 +46246,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Hanno Becker",
"username": "hanno-becker"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "f0159a82677a7fc0dffed5d0891d965e68cf3526",
"message": "Merge pull request #368 from pq-code-package/speedup_polyvec_add_proof\n\nImprove speed of polyvec_add() proof.",
"timestamp": "2024-11-12T17:50:06Z",
"tree_id": "009c03eb24fa7329b7050ad39b5c5e9196765a47",
"url": "https://github.com/pq-code-package/mlkem-native/commit/f0159a82677a7fc0dffed5d0891d965e68cf3526"
},
"date": 1731434217676,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 29750,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 37623,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 48492,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 50182,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 58152,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 73356,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 73788,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 84415,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 104934,
"unit": "cycles"
}
]
}
],
"Graviton3": [
Expand Down

0 comments on commit 4cff400

Please sign in to comment.