mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-18 08:29:53 +01:00
add Windows (pytest) benchmark result for 0da553a827
This commit is contained in:
parent
334e11f58d
commit
cf7c8459df
1 changed files with 48 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1692528494403,
|
||||
"lastUpdate": 1692529132604,
|
||||
"repoUrl": "https://github.com/chidiwilliams/buzz",
|
||||
"entries": {
|
||||
"macOS": [
|
||||
|
|
@ -79,6 +79,53 @@ 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": "0da553a8278cf0d06932646f728dca4b0220d730",
|
||||
"message": "Upgrade to 0.8.4 (#579)",
|
||||
"timestamp": "2023-08-20T10:40:38Z",
|
||||
"tree_id": "8ae86c448f8a11457bbf44c4646741f1b2263993",
|
||||
"url": "https://github.com/chidiwilliams/buzz/commit/0da553a8278cf0d06932646f728dca4b0220d730"
|
||||
},
|
||||
"date": 1692529119579,
|
||||
"tool": "pytest",
|
||||
"benches": [
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]",
|
||||
"value": 0.011798655580999448,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.2590535869256471",
|
||||
"extra": "mean: 84.75541921999994 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]",
|
||||
"value": 0.06797424489032537,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.16684655345379568",
|
||||
"extra": "mean: 14.71145434 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]",
|
||||
"value": 0.0565405465959414,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.13464686651170288",
|
||||
"extra": "mean: 17.68642258 sec\nrounds: 5"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue