Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 0f06fa3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 6, 2024
1 parent 73daf0b commit 677f78d
Showing 1 changed file with 139 additions and 1 deletion.
140 changes: 139 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1704565568472,
"lastUpdate": 1704566028002,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -49460,6 +49460,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Uwe Klotz",
"username": "uklotzde"
},
"committer": {
"email": "[email protected]",
"name": "Alex",
"username": "Serial-ATA"
},
"distinct": true,
"id": "0f06fa3de23573d3819cbfb71fcb71372ca6029a",
"message": "vorbis: Fix unreachable pattern in ItemKey mapping",
"timestamp": "2024-01-06T13:28:47-05:00",
"tree_id": "9bdf5c9ab01e3f023ac04448740fe9c02300570e",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/0f06fa3de23573d3819cbfb71fcb71372ca6029a"
},
"date": 1704566026672,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 140,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 31274,
"range": "± 151",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 29138,
"range": "± 206",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 311,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 18410,
"range": "± 50",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 727,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 137034,
"range": "± 488",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 261275,
"range": "± 1255",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 21160,
"range": "± 70",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 10420,
"range": "± 44",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 19426,
"range": "± 79",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 21654,
"range": "± 154",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 15927,
"range": "± 86",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 144350,
"range": "± 646",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 178753,
"range": "± 2660",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 24754,
"range": "± 221",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 176177,
"range": "± 541",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 204019,
"range": "± 1223",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 9876,
"range": "± 27",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 677f78d

Please sign in to comment.