Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 7398602
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 25, 2023
1 parent eb31e6c commit b14a038
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": 1698105823655,
"lastUpdate": 1698249522313,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -44906,6 +44906,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": "7398602e7854779378bf05ee77377710712f26f9",
"message": "Strip trailing null characters from decoded text",
"timestamp": "2023-10-25T11:52:31-04:00",
"tree_id": "e568ec8374199ce24f4f53af3337605b038ec572",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/7398602e7854779378bf05ee77377710712f26f9"
},
"date": 1698249519964,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 183,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 38155,
"range": "± 22",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 34066,
"range": "± 32",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 556,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 21031,
"range": "± 14",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 1101,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 202943,
"range": "± 199",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 345526,
"range": "± 7486",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 26471,
"range": "± 27",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 14114,
"range": "± 42",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 24673,
"range": "± 65",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 27076,
"range": "± 36",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 15530,
"range": "± 9",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 273673,
"range": "± 1814",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 219447,
"range": "± 222",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 26516,
"range": "± 108",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 213370,
"range": "± 1930",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 280535,
"range": "± 447",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 14154,
"range": "± 68",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit b14a038

Please sign in to comment.