mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-14 00:17:07 +00:00
add Benchmark (cargo) benchmark result for 60db8d218c
This commit is contained in:
parent
7352b3a9b6
commit
7960f2aa9d
1 changed files with 139 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1701805047095,
|
||||
"lastUpdate": 1702574460171,
|
||||
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -46148,6 +46148,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": "60db8d218cac86d4395fbadcfa10b49cc1fbdf1c",
|
||||
"message": "ID3v2: Stop erroring on empty frames",
|
||||
"timestamp": "2023-12-14T12:16:03-05:00",
|
||||
"tree_id": "38da32d5a1af2d545030ba4d7532ad896f1f8789",
|
||||
"url": "https://github.com/Serial-ATA/lofty-rs/commit/60db8d218cac86d4395fbadcfa10b49cc1fbdf1c"
|
||||
},
|
||||
"date": 1702574458326,
|
||||
"tool": "cargo",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Tag writing/AIFF Text Chunks",
|
||||
"value": 140,
|
||||
"range": "± 3",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/APEv2",
|
||||
"value": 28093,
|
||||
"range": "± 124",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v2",
|
||||
"value": 98140,
|
||||
"range": "± 1599",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v1",
|
||||
"value": 304,
|
||||
"range": "± 0",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/MP4 Ilst",
|
||||
"value": 18096,
|
||||
"range": "± 46",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/RIFF INFO",
|
||||
"value": 767,
|
||||
"range": "± 5",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/Vorbis Comments",
|
||||
"value": 148229,
|
||||
"range": "± 438",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AAC",
|
||||
"value": 250242,
|
||||
"range": "± 745",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AIFF",
|
||||
"value": 21286,
|
||||
"range": "± 2681",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/APE",
|
||||
"value": 10363,
|
||||
"range": "± 111",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/FLAC",
|
||||
"value": 19302,
|
||||
"range": "± 197",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP4",
|
||||
"value": 22338,
|
||||
"range": "± 367",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP3",
|
||||
"value": 18206,
|
||||
"range": "± 68",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MPC",
|
||||
"value": 161299,
|
||||
"range": "± 478",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/OPUS",
|
||||
"value": 196302,
|
||||
"range": "± 575",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/RIFF",
|
||||
"value": 27397,
|
||||
"range": "± 184",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/SPEEX",
|
||||
"value": 191755,
|
||||
"range": "± 642",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/VORBIS",
|
||||
"value": 212503,
|
||||
"range": "± 2052",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/WAVPACK",
|
||||
"value": 11591,
|
||||
"range": "± 655",
|
||||
"unit": "ns/iter"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue