From 603d438bace9dd9a69cfc2394ce7f50772745967 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Fri, 12 Jan 2024 13:22:44 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for 1c670819e00511543e79eda7b749a7fd0d03262e --- 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 9c6a93405..b65b52de0 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1705012408873, + "lastUpdate": 1705065764331, "repoUrl": "https://github.com/Serial-ATA/lofty-rs", "entries": { "Benchmark": [ @@ -50012,6 +50012,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": "Serial", + "username": "Serial-ATA" + }, + "distinct": true, + "id": "1c670819e00511543e79eda7b749a7fd0d03262e", + "message": "0.18.0", + "timestamp": "2024-01-12T08:12:29-05:00", + "tree_id": "e9bad3d910b50bbd0907a58ba39048f783e405a5", + "url": "https://github.com/Serial-ATA/lofty-rs/commit/1c670819e00511543e79eda7b749a7fd0d03262e" + }, + "date": 1705065761986, + "tool": "cargo", + "benches": [ + { + "name": "Tag writing/AIFF Text Chunks", + "value": 139, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "Tag writing/APEv2", + "value": 25984, + "range": "± 125", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v2", + "value": 29133, + "range": "± 162", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v1", + "value": 319, + "range": "± 1", + "unit": "ns/iter" + }, + { + "name": "Tag writing/MP4 Ilst", + "value": 18039, + "range": "± 54", + "unit": "ns/iter" + }, + { + "name": "Tag writing/RIFF INFO", + "value": 738, + "range": "± 1", + "unit": "ns/iter" + }, + { + "name": "Tag writing/Vorbis Comments", + "value": 136869, + "range": "± 586", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AAC", + "value": 269745, + "range": "± 7055", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AIFF", + "value": 21376, + "range": "± 107", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/APE", + "value": 11873, + "range": "± 120", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/FLAC", + "value": 18824, + "range": "± 101", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP4", + "value": 21130, + "range": "± 104", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP3", + "value": 11827, + "range": "± 38", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MPC", + "value": 166285, + "range": "± 4816", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/OPUS", + "value": 177703, + "range": "± 911", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/RIFF", + "value": 21556, + "range": "± 95", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/SPEEX", + "value": 173442, + "range": "± 743", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/VORBIS", + "value": 204740, + "range": "± 617", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/WAVPACK", + "value": 10455, + "range": "± 53", + "unit": "ns/iter" + } + ] } ] }