From 73daf0b9d88a9a0a95a374fd0801d0b923039239 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 6 Jan 2024 18:26:08 +0000 Subject: [PATCH] add Benchmark (cargo) benchmark result for accdea1e4db8e9fdf3feafc3af141721822f423c --- 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 17662144d..e41e33925 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1704565552446, + "lastUpdate": 1704565568472, "repoUrl": "https://github.com/Serial-ATA/lofty-rs", "entries": { "Benchmark": [ @@ -49322,6 +49322,144 @@ window.BENCHMARK_DATA = { "unit": "ns/iter" } ] + }, + { + "commit": { + "author": { + "email": "uwe.klotz@gmail.com", + "name": "Uwe Klotz", + "username": "uklotzde" + }, + "committer": { + "email": "69764315+Serial-ATA@users.noreply.github.com", + "name": "Alex", + "username": "Serial-ATA" + }, + "distinct": true, + "id": "accdea1e4db8e9fdf3feafc3af141721822f423c", + "message": "Rename ItemKey variants to PascalCase", + "timestamp": "2024-01-06T13:21:07-05:00", + "tree_id": "6354ced43d2445b32f65fd9e93f2b11a79319c6d", + "url": "https://github.com/Serial-ATA/lofty-rs/commit/accdea1e4db8e9fdf3feafc3af141721822f423c" + }, + "date": 1704565566725, + "tool": "cargo", + "benches": [ + { + "name": "Tag writing/AIFF Text Chunks", + "value": 139, + "range": "± 1", + "unit": "ns/iter" + }, + { + "name": "Tag writing/APEv2", + "value": 28118, + "range": "± 250", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v2", + "value": 32062, + "range": "± 577", + "unit": "ns/iter" + }, + { + "name": "Tag writing/ID3v1", + "value": 308, + "range": "± 0", + "unit": "ns/iter" + }, + { + "name": "Tag writing/MP4 Ilst", + "value": 27978, + "range": "± 3023", + "unit": "ns/iter" + }, + { + "name": "Tag writing/RIFF INFO", + "value": 758, + "range": "± 5", + "unit": "ns/iter" + }, + { + "name": "Tag writing/Vorbis Comments", + "value": 140049, + "range": "± 505", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AAC", + "value": 267887, + "range": "± 856", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/AIFF", + "value": 20989, + "range": "± 49", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/APE", + "value": 11764, + "range": "± 436", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/FLAC", + "value": 19214, + "range": "± 1287", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP4", + "value": 24238, + "range": "± 4609", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MP3", + "value": 14328, + "range": "± 123", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/MPC", + "value": 149544, + "range": "± 805", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/OPUS", + "value": 176123, + "range": "± 516", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/RIFF", + "value": 21496, + "range": "± 114", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/SPEEX", + "value": 174635, + "range": "± 539", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/VORBIS", + "value": 211324, + "range": "± 14005", + "unit": "ns/iter" + }, + { + "name": "File reading (Inferred from Content)/WAVPACK", + "value": 12296, + "range": "± 741", + "unit": "ns/iter" + } + ] } ] }