Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for ac20868
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 11, 2024
1 parent afb9d99 commit ff57175
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": 1704997376410,
"lastUpdate": 1705012408873,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -49874,6 +49874,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": "ac208684384e72d6e7adf92bef3dad66a8330e1f",
"message": "Reword Bpm/IntegerBpm comments",
"timestamp": "2024-01-11T17:28:26-05:00",
"tree_id": "383a1008b4f1b96966e5f8d6c75b1ddd8a67cb88",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/ac208684384e72d6e7adf92bef3dad66a8330e1f"
},
"date": 1705012406950,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 220,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 31499,
"range": "± 145",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 28809,
"range": "± 157",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 543,
"range": "± 5",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 19687,
"range": "± 405",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 1074,
"range": "± 3",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 141871,
"range": "± 5250",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 267625,
"range": "± 2423",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 21598,
"range": "± 81",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 10450,
"range": "± 826",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 19468,
"range": "± 84",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 21670,
"range": "± 82",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 15928,
"range": "± 102",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 185250,
"range": "± 1423",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 179261,
"range": "± 4313",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 25935,
"range": "± 190",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 176090,
"range": "± 1044",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 205155,
"range": "± 858",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 10214,
"range": "± 41",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ff57175

Please sign in to comment.