From 974db7c4e5ab7fb2b4df824bfbf4bc2712ac8471 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 4 Jul 2023 08:27:43 +0000 Subject: [PATCH] add Linux (pytest) benchmark result for cffd4f4a2e0a9073e753ab7d0671b021b06ff878 --- dev/bench/data.js | 47 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 46 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 1bb6bb2e..54f44bfe 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1688459261687, + "lastUpdate": 1688459263576, "repoUrl": "https://github.com/chidiwilliams/buzz", "entries": { "macOS": [ @@ -81,6 +81,51 @@ window.BENCHMARK_DATA = { } ], "Linux": [ + { + "commit": { + "author": { + "email": "williamschidi1@gmail.com", + "name": "Chidi Williams", + "username": "chidiwilliams" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "cffd4f4a2e0a9073e753ab7d0671b021b06ff878", + "message": "Upgrade to 0.8.3 (#520)", + "timestamp": "2023-07-04T09:18:57+01:00", + "tree_id": "1723c098aeefd8d2c7bef3c04157899bd34736eb", + "url": "https://github.com/chidiwilliams/buzz/commit/cffd4f4a2e0a9073e753ab7d0671b021b06ff878" + }, + "date": 1688459256150, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.0485256959292073, + "unit": "iter/sec", + "range": "stddev: 0.10138127883304265", + "extra": "mean: 20.607638506799994 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.06558942823838494, + "unit": "iter/sec", + "range": "stddev: 0.25259734360527053", + "extra": "mean: 15.246359464599958 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.07096644566266212, + "unit": "iter/sec", + "range": "stddev: 0.12405828597285158", + "extra": "mean: 14.091166475399996 sec\nrounds: 5" + } + ] + }, { "commit": { "author": {