mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-17 16:10:08 +01:00
add macOS (pytest) benchmark result for 9d3d52ed2a
This commit is contained in:
parent
fcafe36e08
commit
bcd0cdd23f
1 changed files with 37 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1682412714353,
|
||||
"lastUpdate": 1682412786223,
|
||||
"repoUrl": "https://github.com/chidiwilliams/buzz",
|
||||
"entries": {
|
||||
"Linux": [
|
||||
|
|
@ -85,6 +85,42 @@ window.BENCHMARK_DATA = {
|
|||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"macOS": [
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"name": "chidiwilliams",
|
||||
"username": "chidiwilliams"
|
||||
},
|
||||
"committer": {
|
||||
"name": "chidiwilliams",
|
||||
"username": "chidiwilliams"
|
||||
},
|
||||
"id": "9d3d52ed2abe66e8bdeb11495d64f7f2faaf0d4f",
|
||||
"message": "Add benchmarks",
|
||||
"timestamp": "2023-04-25T08:26:59Z",
|
||||
"url": "https://github.com/chidiwilliams/buzz/pull/417/commits/9d3d52ed2abe66e8bdeb11495d64f7f2faaf0d4f"
|
||||
},
|
||||
"date": 1682412781471,
|
||||
"tool": "pytest",
|
||||
"benches": [
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]",
|
||||
"value": 0.10355431447525748,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.3217609892733118",
|
||||
"extra": "mean: 9.65676809380002 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]",
|
||||
"value": 0.04384291915635912,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.18709189512719068",
|
||||
"extra": "mean: 22.808700224400013 sec\nrounds: 5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue