From 4eabd04a7894745ffc80b7416b874eb01b2ffc6d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 5 Aug 2023 01:21:50 +0000 Subject: [PATCH] add Windows (pytest) benchmark result for f5f77b3908954cafd0218700052ad964487a850f --- 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 c3a97613..f98a16f5 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1691198507369, + "lastUpdate": 1691198510481, "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": "f5f77b3908954cafd0218700052ad964487a850f", + "message": "Add default file name setting (#559)", + "timestamp": "2023-08-05T01:02:20Z", + "tree_id": "3c60e429beaecac7de547a4c920d71a450c19b7b", + "url": "https://github.com/chidiwilliams/buzz/commit/f5f77b3908954cafd0218700052ad964487a850f" + }, + "date": 1691198494628, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.011319786899976566, + "unit": "iter/sec", + "range": "stddev: 4.71851569640881", + "extra": "mean: 88.34088564000001 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.06912138415118353, + "unit": "iter/sec", + "range": "stddev: 0.2248192963902754", + "extra": "mean: 14.467302879999943 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Faster Whisper - Tiny]", + "value": 0.05850986381400917, + "unit": "iter/sec", + "range": "stddev: 0.12474731878835484", + "extra": "mean: 17.091135319999967 sec\nrounds: 5" + } + ] + }, { "commit": { "author": {