mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-14 00:17:07 +00:00
add Benchmark (cargo) benchmark result for 2651eb22bd
This commit is contained in:
parent
8dd4e30ec6
commit
d2ebbcafbe
1 changed files with 139 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1704494134293,
|
||||
"lastUpdate": 1704565552446,
|
||||
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -49184,6 +49184,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": "2651eb22bdb16325d1d922f3f40e0e0f7b0e2a95",
|
||||
"message": "MimeType: Implement Display instead of ToString",
|
||||
"timestamp": "2024-01-06T13:20:48-05:00",
|
||||
"tree_id": "cdf473eb67dbec8161bd6cbc1ec586de038c37ad",
|
||||
"url": "https://github.com/Serial-ATA/lofty-rs/commit/2651eb22bdb16325d1d922f3f40e0e0f7b0e2a95"
|
||||
},
|
||||
"date": 1704565550414,
|
||||
"tool": "cargo",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Tag writing/AIFF Text Chunks",
|
||||
"value": 140,
|
||||
"range": "± 0",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/APEv2",
|
||||
"value": 30501,
|
||||
"range": "± 176",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v2",
|
||||
"value": 28868,
|
||||
"range": "± 358",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v1",
|
||||
"value": 308,
|
||||
"range": "± 0",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/MP4 Ilst",
|
||||
"value": 18237,
|
||||
"range": "± 118",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/RIFF INFO",
|
||||
"value": 750,
|
||||
"range": "± 24",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/Vorbis Comments",
|
||||
"value": 141476,
|
||||
"range": "± 546",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AAC",
|
||||
"value": 264120,
|
||||
"range": "± 1044",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AIFF",
|
||||
"value": 20372,
|
||||
"range": "± 78",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/APE",
|
||||
"value": 10070,
|
||||
"range": "± 61",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/FLAC",
|
||||
"value": 19124,
|
||||
"range": "± 84",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP4",
|
||||
"value": 21403,
|
||||
"range": "± 437",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP3",
|
||||
"value": 12526,
|
||||
"range": "± 102",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MPC",
|
||||
"value": 163519,
|
||||
"range": "± 1254",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/OPUS",
|
||||
"value": 184501,
|
||||
"range": "± 760",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/RIFF",
|
||||
"value": 20767,
|
||||
"range": "± 115",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/SPEEX",
|
||||
"value": 177293,
|
||||
"range": "± 552",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/VORBIS",
|
||||
"value": 202429,
|
||||
"range": "± 1364",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/WAVPACK",
|
||||
"value": 10128,
|
||||
"range": "± 38",
|
||||
"unit": "ns/iter"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue