Skip to content

Commit

Permalink
add Benchmark (cargo) benchmark result for 272ba84
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 17, 2023
1 parent 5a8f778 commit bf1017e
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": 1697567904894,
"lastUpdate": 1697581366883,
"repoUrl": "https://github.com/Serial-ATA/lofty-rs",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -43940,6 +43940,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": "272ba84027309200a4f98d5083758ffacc3178f4",
"message": "ID3v1: Stop erroring on inputs smaller than 128 bytes",
"timestamp": "2023-10-17T18:16:51-04:00",
"tree_id": "55259a9f1fa6761555115290b713b39d69746353",
"url": "https://github.com/Serial-ATA/lofty-rs/commit/272ba84027309200a4f98d5083758ffacc3178f4"
},
"date": 1697581365820,
"tool": "cargo",
"benches": [
{
"name": "Tag writing/AIFF Text Chunks",
"value": 225,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/APEv2",
"value": 685,
"range": "± 1",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v2",
"value": 868,
"range": "± 2",
"unit": "ns/iter"
},
{
"name": "Tag writing/ID3v1",
"value": 435,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/MP4 Ilst",
"value": 660,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/RIFF INFO",
"value": 501,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "Tag writing/Vorbis Comments",
"value": 929,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AAC",
"value": 3524,
"range": "± 4",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/AIFF",
"value": 1113,
"range": "± 10",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/APE",
"value": 1499,
"range": "± 16",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/FLAC",
"value": 947,
"range": "± 0",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP4",
"value": 1929,
"range": "± 4",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MP3",
"value": 1512,
"range": "± 11",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/MPC",
"value": 2131,
"range": "± 14",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/OPUS",
"value": 1646,
"range": "± 3",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/RIFF",
"value": 1341,
"range": "± 13",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/SPEEX",
"value": 1836,
"range": "± 7",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/VORBIS",
"value": 2094,
"range": "± 2",
"unit": "ns/iter"
},
{
"name": "File reading (Inferred from Content)/WAVPACK",
"value": 849,
"range": "± 0",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit bf1017e

Please sign in to comment.