From 8efc93202f2e22e8d5e1498d1a2069a367debf48 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 27 Dec 2023 10:41:34 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for 2b839c35cbed92f2916dcdc352a3606ac77957b6 --- 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 4ea314c4..a03e1f30 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1703673691793, + "lastUpdate": 1703673694459, "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": "2b839c35cbed92f2916dcdc352a3606ac77957b6", + "message": "feat: add folder watch (#655)", + "timestamp": "2023-12-27T10:25:13Z", + "tree_id": "2265e9e541e6bd337f98e17e4d55ec7faa724308", + "url": "https://github.com/chidiwilliams/buzz/commit/2b839c35cbed92f2916dcdc352a3606ac77957b6" + }, + "date": 1703673679578, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.013164814440466011, + "unit": "iter/sec", + "range": "stddev: 0.11574150079490741", + "extra": "mean: 75.96005279999994 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.0640310714411135, + "unit": "iter/sec", + "range": "stddev: 0.1883184099831862", + "extra": "mean: 15.617417879999948 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.10653008044499745, + "unit": "iter/sec", + "range": "stddev: 0.03551131331748407", + "extra": "mean: 9.387020039999971 sec\nrounds: 5" + } + ] + }, { "commit": { "author": {