Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for e9aa5fc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 17, 2024
1 parent 4340900 commit 6c64272
Showing 1 changed file with 187 additions and 1 deletion.
188 changes: 187 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": 1710668903782,
"lastUpdate": 1710682115613,
"repoUrl": "https://github.com/starkware-libs/stwo",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -188,6 +188,192 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Shahar Papini",
"username": "spapinistarkware"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e9aa5fcddd571aaf9a2310f219d06b9ee050572d",
"message": "Move commitment_scheme.rs (#499)\n\n\n\n<!-- Reviewable:start -->\nThis change is [<img src=\"https://reviewable.io/review_button.svg\" height=\"34\" align=\"absmiddle\" alt=\"Reviewable\"/>](https://reviewable.io/reviews/starkware-libs/stwo/499)\n<!-- Reviewable:end -->",
"timestamp": "2024-03-17T15:19:58+02:00",
"tree_id": "2d02c3ef7ea8b70f63cb340d54241ea8bbb66bd8",
"url": "https://github.com/starkware-libs/stwo/commit/e9aa5fcddd571aaf9a2310f219d06b9ee050572d"
},
"date": 1710682114915,
"tool": "cargo",
"benches": [
{
"name": "avx bit_rev 26bit",
"value": 76624592,
"range": "± 800346",
"unit": "ns/iter"
},
{
"name": "cpu bit_rev 24bit",
"value": 200614493,
"range": "± 6571435",
"unit": "ns/iter"
},
{
"name": "avx ifft 26bit",
"value": 258236831,
"range": "± 2296031",
"unit": "ns/iter"
},
{
"name": "M31 mul",
"value": 45653506,
"range": "± 201371",
"unit": "ns/iter"
},
{
"name": "M31 add",
"value": 20785434,
"range": "± 449795",
"unit": "ns/iter"
},
{
"name": "CM31 mul",
"value": 204225239,
"range": "± 3731813",
"unit": "ns/iter"
},
{
"name": "CM31 add",
"value": 46147363,
"range": "± 630491",
"unit": "ns/iter"
},
{
"name": "SecureField mul",
"value": 1219714974,
"range": "± 6812843",
"unit": "ns/iter"
},
{
"name": "SecureField add",
"value": 104984205,
"range": "± 4149553",
"unit": "ns/iter"
},
{
"name": "M31 mul",
"value": 45818045,
"range": "± 503623",
"unit": "ns/iter"
},
{
"name": "M31 add",
"value": 20809114,
"range": "± 353014",
"unit": "ns/iter"
},
{
"name": "mul_avx512",
"value": 7710825,
"range": "± 165426",
"unit": "ns/iter"
},
{
"name": "add_avx512",
"value": 4735897,
"range": "± 11560",
"unit": "ns/iter"
},
{
"name": "sub_avx512",
"value": 4733485,
"range": "± 10911",
"unit": "ns/iter"
},
{
"name": "fold_line",
"value": 574676,
"range": "± 12479",
"unit": "ns/iter"
},
{
"name": "RowMajorMatrix M31 24x24 mul",
"value": 624,
"range": "± 26",
"unit": "ns/iter"
},
{
"name": "QM31 RowMajorMatrix 6x6 mul",
"value": 754,
"range": "± 41",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE2/32768",
"value": 276499,
"range": "± 2496",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE3/32768",
"value": 276000,
"range": "± 1729",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE2/65536",
"value": 553412,
"range": "± 3674",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE3/65536",
"value": 551575,
"range": "± 6052",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE2/131072",
"value": 1202071,
"range": "± 15311",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE3/131072",
"value": 1214440,
"range": "± 20373",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE2/262144",
"value": 2279551,
"range": "± 16496",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE3/262144",
"value": 2281839,
"range": "± 11267",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE2/524288",
"value": 4471145,
"range": "± 44838",
"unit": "ns/iter"
},
{
"name": "Comparison of hashing algorithms and caching overhead/BLAKE3/524288",
"value": 4490763,
"range": "± 78054",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 6c64272

Please sign in to comment.