Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 87028cf
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Mar 28, 2024
1 parent 8f60134 commit 3f1d0b0
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": 1711561362613,
"lastUpdate": 1711648769410,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -51116,6 +51116,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Serial",
"username": "Serial-ATA"
},
"committer": {
"email": "[email protected]",
"name": "Alex",
"username": "Serial-ATA"
},
"distinct": true,
"id": "87028cfa18de1e8bb82f69aab33c5df183d0d0a9",
"message": "Accessor: Remove slashes in example",
"timestamp": "2024-03-28T13:54:26-04:00",
"tree_id": "e19a04a7c2ccc00a473dd019a1b23d463dc7ad0f",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/87028cfa18de1e8bb82f69aab33c5df183d0d0a9"
},
"date": 1711648767417,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 139,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 31664,
"range": "± 136",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 32581,
"range": "± 148",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 308,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 17712,
"range": "± 87",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 747,
"range": "± 5",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 140268,
"range": "± 3013",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 239294,
"range": "± 4083",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 21494,
"range": "± 119",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 10163,
"range": "± 54",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 19195,
"range": "± 157",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 21177,
"range": "± 92",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 11853,
"range": "± 56",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 170238,
"range": "± 1244",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 183143,
"range": "± 3516",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 22159,
"range": "± 150",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 177582,
"range": "± 988",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 209788,
"range": "± 1474",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 10420,
"range": "± 32",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 3f1d0b0

Please sign in to comment.