From afb9d99e9a22ddbd23bb0b131b1744d34b952e79 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 11 Jan 2024 18:22:56 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for a0242825461badbf787b0414886012589bbcf70d --- dev/bench/data.js | 140 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 139 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index e2abadec..f4ab2062 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704995355787, + "lastUpdate": 1704997376410, "repoUrl": "https://github.com/Serial-ATA/lofty-rs", "entries": { "Benchmark": [ @@ -49736,6 +49736,144 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "69764315+Serial-ATA@users.noreply.github.com", + "name": "Serial", + "username": "Serial-ATA" + }, + "committer": { + "email": "69764315+Serial-ATA@users.noreply.github.com", + "name": "Alex", + "username": "Serial-ATA" + }, + "distinct": true, + "id": "a0242825461badbf787b0414886012589bbcf70d", + "message": "changelog: Add entry for `Id3v2Tag::get_text` change", + "timestamp": "2024-01-11T13:17:58-05:00", + "tree_id": "3b994fce4a2bb95245c9e298fe7729fa4b8f5899", + "url": "https://github.com/Serial-ATA/lofty-rs/commit/a0242825461badbf787b0414886012589bbcf70d" + }, + "date": 1704997374063, + "tool": "cargo", + "benches": [ + { + "name": "Tag writing/AIFF Text Chunks", + "value": 139, + "range": "± 2", + "unit": "ns/iter" + }, + { + "name": "Tag writing/APEv2", + "value": 33105, + "range": "± 276", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v2", + "value": 32318, + "range": "± 304", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v1", + "value": 319, + "range": "± 1", + "unit": "ns/iter" + }, + { + "name": "Tag writing/MP4 Ilst", + "value": 17700, + "range": "± 66", + "unit": "ns/iter" + }, + { + "name": "Tag writing/RIFF INFO", + "value": 745, + "range": "± 3", + "unit": "ns/iter" + }, + { + "name": "Tag writing/Vorbis Comments", + "value": 140399, + "range": "± 617", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AAC", + "value": 263385, + "range": "± 12250", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AIFF", + "value": 29827, + "range": "± 2563", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/APE", + "value": 10495, + "range": "± 331", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/FLAC", + "value": 19117, + "range": "± 121", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP4", + "value": 21372, + "range": "± 1098", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP3", + "value": 16268, + "range": "± 165", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MPC", + "value": 149273, + "range": "± 2873", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/OPUS", + "value": 183580, + "range": "± 424", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/RIFF", + "value": 24746, + "range": "± 942", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/SPEEX", + "value": 178576, + "range": "± 691", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/VORBIS", + "value": 207152, + "range": "± 443", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/WAVPACK", + "value": 11746, + "range": "± 104", + "unit": "ns/iter" + } + ] } ] }