mirror of
https://github.com/Serial-ATA/lofty-rs
synced 2024-11-14 00:17:07 +00:00
add Benchmark (cargo) benchmark result for 7e93b3c1f7
This commit is contained in:
parent
63cecb26d4
commit
060a80ad4b
1 changed files with 139 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1703296414743,
|
||||
"lastUpdate": 1703296656513,
|
||||
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -46976,6 +46976,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": "7e93b3c1f75145a431a42b99fbc8d94ae933c78c",
|
||||
"message": "ogg-pager: Update byteorder dependency",
|
||||
"timestamp": "2023-12-22T20:52:26-05:00",
|
||||
"tree_id": "9bd5d26aa0e20d202d33e9b376dbe143312ce823",
|
||||
"url": "https://github.com/Serial-ATA/lofty-rs/commit/7e93b3c1f75145a431a42b99fbc8d94ae933c78c"
|
||||
},
|
||||
"date": 1703296654288,
|
||||
"tool": "cargo",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Tag writing/AIFF Text Chunks",
|
||||
"value": 139,
|
||||
"range": "± 1",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/APEv2",
|
||||
"value": 31508,
|
||||
"range": "± 155",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v2",
|
||||
"value": 29279,
|
||||
"range": "± 397",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/ID3v1",
|
||||
"value": 319,
|
||||
"range": "± 3",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/MP4 Ilst",
|
||||
"value": 19770,
|
||||
"range": "± 186",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/RIFF INFO",
|
||||
"value": 721,
|
||||
"range": "± 2",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "Tag writing/Vorbis Comments",
|
||||
"value": 141548,
|
||||
"range": "± 1077",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AAC",
|
||||
"value": 258589,
|
||||
"range": "± 2217",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/AIFF",
|
||||
"value": 21840,
|
||||
"range": "± 113",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/APE",
|
||||
"value": 10100,
|
||||
"range": "± 148",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/FLAC",
|
||||
"value": 19333,
|
||||
"range": "± 91",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP4",
|
||||
"value": 21760,
|
||||
"range": "± 290",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MP3",
|
||||
"value": 12508,
|
||||
"range": "± 257",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/MPC",
|
||||
"value": 162532,
|
||||
"range": "± 3080",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/OPUS",
|
||||
"value": 181993,
|
||||
"range": "± 837",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/RIFF",
|
||||
"value": 21696,
|
||||
"range": "± 90",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/SPEEX",
|
||||
"value": 242065,
|
||||
"range": "± 1216",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/VORBIS",
|
||||
"value": 207944,
|
||||
"range": "± 987",
|
||||
"unit": "ns/iter"
|
||||
},
|
||||
{
|
||||
"name": "File reading (Inferred from Content)/WAVPACK",
|
||||
"value": 9925,
|
||||
"range": "± 39",
|
||||
"unit": "ns/iter"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue