From 978d4b07efb08b3478f8a79b5a10d7fefe489d82 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 25 Apr 2023 08:58:49 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for 9d3d52ed2abe66e8bdeb11495d64f7f2faaf0d4f --- dev/bench/data.js | 45 ++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 44 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index 42271313..907fa5ce 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1682412787989, + "lastUpdate": 1682413129673, "repoUrl": "https://github.com/chidiwilliams/buzz", "entries": { "Linux": [ @@ -155,6 +155,49 @@ window.BENCHMARK_DATA = { } ] } + ], + "Windows": [ + { + "commit": { + "author": { + "name": "chidiwilliams", + "username": "chidiwilliams" + }, + "committer": { + "name": "chidiwilliams", + "username": "chidiwilliams" + }, + "id": "9d3d52ed2abe66e8bdeb11495d64f7f2faaf0d4f", + "message": "Add benchmarks", + "timestamp": "2023-04-25T08:26:59Z", + "url": "https://github.com/chidiwilliams/buzz/pull/417/commits/9d3d52ed2abe66e8bdeb11495d64f7f2faaf0d4f" + }, + "date": 1682413117411, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.03475044235662476, + "unit": "iter/sec", + "range": "stddev: 4.166258856356384", + "extra": "mean: 28.776612099999987 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.07148279909691219, + "unit": "iter/sec", + "range": "stddev: 0.13648404431537534", + "extra": "mean: 13.989379440000084 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.0753848243003186, + "unit": "iter/sec", + "range": "stddev: 0.23375496060942236", + "extra": "mean: 13.265269360000001 sec\nrounds: 5" + } + ] + } ] } } \ No newline at end of file