From 6f1440d39f134e188f47805ed22bd57b315bf653 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 19 Aug 2023 01:58:21 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for f29b3aa521c1a38e24a7a292d359ce59758fd811 --- dev/bench/data.js | 49 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index b4826f0b..ca83e572 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1692409202587, + "lastUpdate": 1692410301347, "repoUrl": "https://github.com/chidiwilliams/buzz", "entries": { "macOS": [ @@ -79,6 +79,53 @@ 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": "f29b3aa521c1a38e24a7a292d359ce59758fd811", + "message": "Add captions to audio player (#573)", + "timestamp": "2023-08-19T01:29:13Z", + "tree_id": "45071cf011d3404734b2c2c757588d53f9656ef0", + "url": "https://github.com/chidiwilliams/buzz/commit/f29b3aa521c1a38e24a7a292d359ce59758fd811" + }, + "date": 1692410286384, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.0066327171499216304, + "unit": "iter/sec", + "range": "stddev: 0.4640179813400409", + "extra": "mean: 150.76777396000003 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.046031602350309855, + "unit": "iter/sec", + "range": "stddev: 1.0519295196549092", + "extra": "mean: 21.724205740000023 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.055454114145552846, + "unit": "iter/sec", + "range": "stddev: 0.10751288754686195", + "extra": "mean: 18.032927140000037 sec\nrounds: 5" + } + ] + } ] } } \ No newline at end of file