Skip to content

Commit

Permalink
add Graviton3 (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 97b141f commit 3650d32
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": 1731434089818,
"lastUpdate": 1731434122224,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -58454,6 +58454,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": 1731434115249,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 19438,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 24856,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 32221,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 33167,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 37558,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 48091,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 48000,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 55420,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 69779,
"unit": "cycles"
}
]
}
],
"Graviton4": [
Expand Down

0 comments on commit 3650d32

Please sign in to comment.