From c2ac6761bfa856dfae0e457101b7abcbd57953d2 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 20 Jun 2023 17:32:33 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for 798d623a386a123c3c3ac1f0419af6e1f19c40e4 --- 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 82697316..2f5c76bb 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -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": {