Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 66c63af
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 23, 2023
1 parent b4c0612 commit d462006
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": 1698077277144,
"lastUpdate": 1698080363828,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -44630,6 +44630,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": "66c63afb97f5c2727ff7981a5402a2b3652a9424",
"message": "Benches: Add picture and encoder to create_tag benchmark",
"timestamp": "2023-10-23T12:52:42-04:00",
"tree_id": "44a567f936582c8afdfe15a1b6b5d91c6f461d21",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/66c63afb97f5c2727ff7981a5402a2b3652a9424"
},
"date": 1698080361366,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 244,
"range": "± 7",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 48655,
"range": "± 1501",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 44652,
"range": "± 205",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 687,
"range": "± 61",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 26175,
"range": "± 466",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 1460,
"range": "± 4",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 223694,
"range": "± 2594",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 349757,
"range": "± 8197",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 31370,
"range": "± 285",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 17671,
"range": "± 828",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 29961,
"range": "± 420",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 34086,
"range": "± 463",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 24151,
"range": "± 204",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 341613,
"range": "± 1892",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 374381,
"range": "± 2020",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 35807,
"range": "± 183",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 373997,
"range": "± 530",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 438386,
"range": "± 1001",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 18672,
"range": "± 888",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit d462006

Please sign in to comment.