mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-16 07:35:49 +01:00
add Windows (pytest) benchmark result for f5f77b3908
This commit is contained in:
parent
0423642d84
commit
4eabd04a78
1 changed files with 46 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1691198507369,
|
||||
"lastUpdate": 1691198510481,
|
||||
"repoUrl": "https://github.com/chidiwilliams/buzz",
|
||||
"entries": {
|
||||
"macOS": [
|
||||
|
|
@ -81,6 +81,51 @@ window.BENCHMARK_DATA = {
|
|||
}
|
||||
],
|
||||
"Windows": [
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "williamschidi1@gmail.com",
|
||||
"name": "Chidi Williams",
|
||||
"username": "chidiwilliams"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "f5f77b3908954cafd0218700052ad964487a850f",
|
||||
"message": "Add default file name setting (#559)",
|
||||
"timestamp": "2023-08-05T01:02:20Z",
|
||||
"tree_id": "3c60e429beaecac7de547a4c920d71a450c19b7b",
|
||||
"url": "https://github.com/chidiwilliams/buzz/commit/f5f77b3908954cafd0218700052ad964487a850f"
|
||||
},
|
||||
"date": 1691198494628,
|
||||
"tool": "pytest",
|
||||
"benches": [
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]",
|
||||
"value": 0.011319786899976566,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 4.71851569640881",
|
||||
"extra": "mean: 88.34088564000001 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]",
|
||||
"value": 0.06912138415118353,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.2248192963902754",
|
||||
"extra": "mean: 14.467302879999943 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]",
|
||||
"value": 0.05850986381400917,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.12474731878835484",
|
||||
"extra": "mean: 17.091135319999967 sec\nrounds: 5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue