Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for accdea1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jan 6, 2024
1 parent d2ebbca commit 73daf0b
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": 1704565552446,
"lastUpdate": 1704565568472,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -49322,6 +49322,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": "accdea1e4db8e9fdf3feafc3af141721822f423c",
"message": "Rename ItemKey variants to PascalCase",
"timestamp": "2024-01-06T13:21:07-05:00",
"tree_id": "6354ced43d2445b32f65fd9e93f2b11a79319c6d",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/accdea1e4db8e9fdf3feafc3af141721822f423c"
},
"date": 1704565566725,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 139,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 28118,
"range": "± 250",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 32062,
"range": "± 577",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 308,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 27978,
"range": "± 3023",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 758,
"range": "± 5",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 140049,
"range": "± 505",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 267887,
"range": "± 856",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 20989,
"range": "± 49",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 11764,
"range": "± 436",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 19214,
"range": "± 1287",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 24238,
"range": "± 4609",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 14328,
"range": "± 123",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 149544,
"range": "± 805",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 176123,
"range": "± 516",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 21496,
"range": "± 114",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 174635,
"range": "± 539",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 211324,
"range": "± 14005",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 12296,
"range": "± 741",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 73daf0b

Please sign in to comment.