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 8b8e1f8
  • Loading branch information
github-action-benchmark committed Jan 22, 2025
1 parent 3e83aa2 commit 7f930e0
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": 1737553087723,
"lastUpdate": 1737554000815,
"repoUrl": "https://github.com/pq-code-package/mlkem-native",
"entries": {
"Arm Cortex-A72 (Raspberry Pi 4) benchmarks": [
Expand Down Expand Up @@ -263776,6 +263776,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": "8b8e1f8b95c352494fd0a41a62f7fcd9336f2e6c",
"message": "Merge pull request #682 from pq-code-package/fix_mac_taskpolicy\n\nCorrect setting of macOS taskpolicy variable",
"timestamp": "2025-01-22T13:29:33Z",
"tree_id": "bfaed9648e0c28af4ab83652ee152d83140bbc7f",
"url": "https://github.com/pq-code-package/mlkem-native/commit/8b8e1f8b95c352494fd0a41a62f7fcd9336f2e6c"
},
"date": 1737553837020,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "ML-KEM-512 keypair",
"value": 332343,
"unit": "cycles"
},
{
"name": "ML-KEM-512 encaps",
"value": 441799,
"unit": "cycles"
},
{
"name": "ML-KEM-512 decaps",
"value": 590513,
"unit": "cycles"
},
{
"name": "ML-KEM-768 keypair",
"value": 550536,
"unit": "cycles"
},
{
"name": "ML-KEM-768 encaps",
"value": 689970,
"unit": "cycles"
},
{
"name": "ML-KEM-768 decaps",
"value": 882392,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 keypair",
"value": 811548,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 encaps",
"value": 984672,
"unit": "cycles"
},
{
"name": "ML-KEM-1024 decaps",
"value": 1218456,
"unit": "cycles"
}
]
}
]
}
Expand Down

0 comments on commit 7f930e0

Please sign in to comment.