From 7316351f6212e1b2e258079d69afc855fd602eb9 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 20 Jun 2023 11:51:36 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for 5ca72dd99215454768c93e70ef921c6dbd6b6185 --- 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 189f3ffe..9ea849df 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1687261890890, + "lastUpdate": 1687261896300, "repoUrl": "https://github.com/chidiwilliams/buzz", "entries": { "Linux": [ @@ -6293,6 +6293,51 @@ window.BENCHMARK_DATA = { } ] }, + { + "commit": { + "author": { + "email": "williamschidi1@gmail.com", + "name": "Chidi Williams", + "username": "chidiwilliams" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "5ca72dd99215454768c93e70ef921c6dbd6b6185", + "message": "Upgrade to 0.8.2 (#499)", + "timestamp": "2023-06-20T11:23:50Z", + "tree_id": "54a7cf2c76f69968c2fc34ab31ae97ee22440c8f", + "url": "https://github.com/chidiwilliams/buzz/commit/5ca72dd99215454768c93e70ef921c6dbd6b6185" + }, + "date": 1687261877732, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.00655602995311727, + "unit": "iter/sec", + "range": "stddev: 0.5439153390410995", + "extra": "mean: 152.53133484000006 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.04573149124971949, + "unit": "iter/sec", + "range": "stddev: 0.1308923584778781", + "extra": "mean: 21.866769980000026 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.05284123036679073, + "unit": "iter/sec", + "range": "stddev: 0.25878271995262786", + "extra": "mean: 18.924616119999975 sec\nrounds: 5" + } + ] + }, { "commit": { "author": {