Skip to content

Commit

Permalink
add Bananapi bpi-f3 benchmarks (customSmallerIsBetter) benchmark resu…
Browse files Browse the repository at this point in the history
…lt for 2a6999e
  • Loading branch information
github-action-benchmark committed Dec 23, 2024
1 parent c240899 commit 51da16b
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": 1734955268414,
"lastUpdate": 1734956185665,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -183601,6 +183601,75 @@ window.BENCHMARK_DATA = {
"unit": "cycles"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Matthias J. Kannwischer",
"username": "mkannwischer"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "2a6999efbacaa1cfca6eff6fb947422dce954236",
"message": "Merge pull request #573 from pq-code-package/elimiate-click",
"timestamp": "2024-12-23T19:50:34+08:00",
"tree_id": "5b01b4ead656f9f66c590ca61f8ff9c78e3b64b5",
"url": "https://github.com/pq-code-package/mlkem-native/commit/2a6999efbacaa1cfca6eff6fb947422dce954236"
},
"date": 1734956119627,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 335136,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 445839,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 593939,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 556231,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 698098,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 889950,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 821804,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 999199,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 1230148,
"unit": "cycles"
}
]
}
]
}
Expand Down

0 comments on commit 51da16b

Please sign in to comment.