mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-16 15:45:49 +01:00
add Windows (pytest) benchmark result for 798d623a38
This commit is contained in:
parent
04769ad1ef
commit
c2ac6761bf
1 changed files with 46 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1687282350232,
|
||||
"lastUpdate": 1687282353693,
|
||||
"repoUrl": "https://github.com/chidiwilliams/buzz",
|
||||
"entries": {
|
||||
"Linux": [
|
||||
|
|
@ -173,6 +173,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": "798d623a386a123c3c3ac1f0419af6e1f19c40e4",
|
||||
"message": "Fix brew cask deployment (#502)",
|
||||
"timestamp": "2023-06-20T17:12:51Z",
|
||||
"tree_id": "a67d4cba3a84c67bbe6c034ff1cb6eaa82b8d3b4",
|
||||
"url": "https://github.com/chidiwilliams/buzz/commit/798d623a386a123c3c3ac1f0419af6e1f19c40e4"
|
||||
},
|
||||
"date": 1687282338565,
|
||||
"tool": "pytest",
|
||||
"benches": [
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]",
|
||||
"value": 0.010848984057845382,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.09728873632070274",
|
||||
"extra": "mean: 92.17452939999995 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]",
|
||||
"value": 0.07527533651790286,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.027309295014769894",
|
||||
"extra": "mean: 13.284563659999957 sec\nrounds: 5"
|
||||
},
|
||||
{
|
||||
"name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]",
|
||||
"value": 0.07837397698055988,
|
||||
"unit": "iter/sec",
|
||||
"range": "stddev: 0.060415421331924415",
|
||||
"extra": "mean: 12.759337199999981 sec\nrounds: 5"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue