Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 1c67081
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 12, 2024
1 parent ff57175 commit 603d438
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": 1705012408873,
"lastUpdate": 1705065764331,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -50012,6 +50012,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Serial",
"username": "Serial-ATA"
},
"committer": {
"email": "[email protected]",
"name": "Serial",
"username": "Serial-ATA"
},
"distinct": true,
"id": "1c670819e00511543e79eda7b749a7fd0d03262e",
"message": "0.18.0",
"timestamp": "2024-01-12T08:12:29-05:00",
"tree_id": "e9bad3d910b50bbd0907a58ba39048f783e405a5",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/1c670819e00511543e79eda7b749a7fd0d03262e"
},
"date": 1705065761986,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 139,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 25984,
"range": "± 125",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 29133,
"range": "± 162",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 319,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 18039,
"range": "± 54",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 738,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 136869,
"range": "± 586",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 269745,
"range": "± 7055",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 21376,
"range": "± 107",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 11873,
"range": "± 120",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 18824,
"range": "± 101",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 21130,
"range": "± 104",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 11827,
"range": "± 38",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 166285,
"range": "± 4816",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 177703,
"range": "± 911",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 21556,
"range": "± 95",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 173442,
"range": "± 743",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 204740,
"range": "± 617",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 10455,
"range": "± 53",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 603d438

Please sign in to comment.