-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 21a02da
- Loading branch information
github-action-benchmark
committed
Oct 14, 2024
1 parent
ffe089c
commit fa8c99a
Showing
1 changed file
with
145 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1728073635716, | ||
"lastUpdate": 1728910194605, | ||
"repoUrl": "https://github.com/lambdaclass/lambdaworks", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -17030,6 +17030,150 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Diego K", | ||
"username": "diegokingston" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "21a02daef08a83878f8e1f8a5aa2289f57c853cf", | ||
"message": "remove bootcamp (#928)", | ||
"timestamp": "2024-10-14T12:36:07Z", | ||
"tree_id": "f06469bbdb832db4b6ea3be1cb29f65e43f1cedc", | ||
"url": "https://github.com/lambdaclass/lambdaworks/commit/21a02daef08a83878f8e1f8a5aa2289f57c853cf" | ||
}, | ||
"date": 1728910192115, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Ordered FFT/Parallel (Metal)", | ||
"value": 189847979, | ||
"range": "± 7250811", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Ordered FFT/Parallel (Metal) #2", | ||
"value": 404596697, | ||
"range": "± 9386599", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Ordered FFT/Parallel (Metal) #3", | ||
"value": 975430125, | ||
"range": "± 107179660", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Ordered FFT/Parallel (Metal) #4", | ||
"value": 3154001687, | ||
"range": "± 352193617", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "FFT twiddles generation/Parallel (Metal)", | ||
"value": 87444328, | ||
"range": "± 3442904", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "FFT twiddles generation/Parallel (Metal) #2", | ||
"value": 191331847, | ||
"range": "± 15151072", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "FFT twiddles generation/Parallel (Metal) #3", | ||
"value": 374728822, | ||
"range": "± 9290289", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "FFT twiddles generation/Parallel (Metal) #4", | ||
"value": 788216021, | ||
"range": "± 17735278", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Bit-reverse permutation/Parallel (Metal)", | ||
"value": 78592826, | ||
"range": "± 2224026", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Bit-reverse permutation/Parallel (Metal) #2", | ||
"value": 192203895, | ||
"range": "± 742050", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Bit-reverse permutation/Parallel (Metal) #3", | ||
"value": 497589646, | ||
"range": "± 3358624", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Bit-reverse permutation/Parallel (Metal) #4", | ||
"value": 1803634875, | ||
"range": "± 276504804", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/evaluate_fft_metal", | ||
"value": 375601396, | ||
"range": "± 36853310", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/evaluate_fft_metal #2", | ||
"value": 660012062, | ||
"range": "± 123819186", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/evaluate_fft_metal #3", | ||
"value": 1429461979, | ||
"range": "± 26491995", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/evaluate_fft_metal #4", | ||
"value": 4533581792, | ||
"range": "± 220480395", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/interpolate_fft_metal", | ||
"value": 942096104, | ||
"range": "± 37639858", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/interpolate_fft_metal #2", | ||
"value": 1997114000, | ||
"range": "± 117426102", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/interpolate_fft_metal #3", | ||
"value": 3651132479, | ||
"range": "± 402386757", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Polynomial/interpolate_fft_metal #4", | ||
"value": 8511207062, | ||
"range": "± 513394554", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|