Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 7fd0c3d
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 4, 2023
1 parent a253fd1 commit 046c2dc
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": 1688420112464,
"lastUpdate": 1688429576117,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -40214,6 +40214,144 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "69764315+Serial-ATA@users.noreply.github.com",
"name": "Serial",
"username": "Serial-ATA"
},
"committer": {
"email": "69764315+Serial-ATA@users.noreply.github.com",
"name": "Alex",
"username": "Serial-ATA"
},
"distinct": true,
"id": "7fd0c3d37aa2892ba6f45f6dac70c322792c34ca",
"message": "ID3v2: Simplify text trimming",
"timestamp": "2023-07-03T20:07:06-04:00",
"tree_id": "bb05f65132a4e621d3d7a52ea56c29857f4437e7",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/7fd0c3d37aa2892ba6f45f6dac70c322792c34ca"
},
"date": 1688429575012,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 224,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 665,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 847,
"range": "± 2",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 437,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 718,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 501,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 930,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 4859,
"range": "± 44",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 1407,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 1926,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 864,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 1872,
"range": "± 4",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 1898,
"range": "± 2",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 2627,
"range": "± 2",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 1554,
"range": "± 3",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 1679,
"range": "± 5",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 1741,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 2028,
"range": "± 15",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 879,
"range": "± 0",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 046c2dc

Please sign in to comment.