Skip to content

Commit

Permalink
add Graviton3 (customSmallerIsBetter) benchmark result for 7f0b259
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 26, 2024
1 parent fb37cc4 commit 29f1969
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": 1732615989426,
"lastUpdate": 1732616016256,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -72188,6 +72188,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": "7f0b2590917265d65baa587e5d5e682a22ff7c69",
"message": "Merge pull request #456 from pq-code-package/eta2\n\nAdd poly_getnoise_eta2_4x alias for poly_getnoise_eta1_4x",
"timestamp": "2024-11-26T10:07:38Z",
"tree_id": "2e76a27a9f85aeb1f6428a4fb4a5f1e929200aaa",
"url": "https://github.com/pq-code-package/mlkem-native/commit/7f0b2590917265d65baa587e5d5e682a22ff7c69"
},
"date": 1732616002878,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 19083,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 24629,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 31943,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 32419,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 36908,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 47305,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 47093,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 53990,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 68173,
"unit": "cycles"
}
]
}
],
"Graviton4": [
Expand Down

0 comments on commit 29f1969

Please sign in to comment.