Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 486cba1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 24, 2023
1 parent d462006 commit eb31e6c
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": 1698080363828,
"lastUpdate": 1698105823655,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -44768,6 +44768,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "sublipri",
"username": "sublipri"
},
"committer": {
"email": "[email protected]",
"name": "Alex",
"username": "Serial-ATA"
},
"distinct": true,
"id": "486cba1f040ec48bcba11f70fac18fb030356c35",
"message": "ID3v2: Trim trailing nulls in some frames' content",
"timestamp": "2023-10-23T19:56:33-04:00",
"tree_id": "c345556778c58095bc1d1c9145dd663bc0bb84d7",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/486cba1f040ec48bcba11f70fac18fb030356c35"
},
"date": 1698105821226,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 244,
"range": "± 9",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 89354,
"range": "± 3471",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 82179,
"range": "± 2344",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 663,
"range": "± 72",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 49309,
"range": "± 1408",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 1403,
"range": "± 60",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 259701,
"range": "± 11195",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 379974,
"range": "± 10099",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 51847,
"range": "± 1163",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 26190,
"range": "± 636",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 53622,
"range": "± 1314",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 56959,
"range": "± 1268",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 37396,
"range": "± 1372",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 308100,
"range": "± 7487",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 350334,
"range": "± 13536",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 66584,
"range": "± 1899",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 349558,
"range": "± 7802",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 417013,
"range": "± 6264",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 26350,
"range": "± 703",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit eb31e6c

Please sign in to comment.