From aaaaa57d26aceefecd51fc539e5a4fda0dc5173a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 21 Dec 2023 20:03:31 +0000 Subject: [PATCH] add macOS (pytest) benchmark result for f163aabcfeecbfd2dcd776447e6594c1247b88fe --- dev/bench/data.js | 46 +++++++ dev/bench/index.html | 281 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 327 insertions(+) create mode 100644 dev/bench/data.js create mode 100644 dev/bench/index.html diff --git a/dev/bench/data.js b/dev/bench/data.js new file mode 100644 index 00000000..04fa22c4 --- /dev/null +++ b/dev/bench/data.js @@ -0,0 +1,46 @@ +window.BENCHMARK_DATA = { + "lastUpdate": 1703189011778, + "repoUrl": "https://github.com/chidiwilliams/buzz", + "entries": { + "macOS": [ + { + "commit": { + "author": { + "email": "williamschidi1@gmail.com", + "name": "Chidi Williams", + "username": "chidiwilliams" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "f163aabcfeecbfd2dcd776447e6594c1247b88fe", + "message": "feat: update transcription tasks columns (#649)", + "timestamp": "2023-12-21T19:57:44Z", + "tree_id": "7d05c90ad024f991927cdf6a088db6ac317d5250", + "url": "https://github.com/chidiwilliams/buzz/commit/f163aabcfeecbfd2dcd776447e6594c1247b88fe" + }, + "date": 1703189005539, + "tool": "pytest", + "benches": [ + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper.cpp - Tiny]", + "value": 0.1245714660937496, + "unit": "iter/sec", + "range": "stddev: 1.249916022613069", + "extra": "mean: 8.027520517799985 sec\nrounds: 5" + }, + { + "name": "tests/transcriber_benchmarks_test.py::test_should_transcribe_and_benchmark[Whisper - Tiny]", + "value": 0.08362329045189307, + "unit": "iter/sec", + "range": "stddev: 0.7212234666141867", + "extra": "mean: 11.958390952999888 sec\nrounds: 5" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/dev/bench/index.html b/dev/bench/index.html new file mode 100644 index 00000000..6c887805 --- /dev/null +++ b/dev/bench/index.html @@ -0,0 +1,281 @@ + + + + + + + Benchmarks + + + + +
+ + + + + + +