-
-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for c606e07
- Loading branch information
github-action-benchmark
committed
Dec 27, 2023
1 parent
060a80a
commit 44658d9
Showing
1 changed file
with
139 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1703296656513, | ||
"lastUpdate": 1703648025990, | ||
"repoUrl": "https://github.com/Serial-ATA/lofty-rs", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -47114,6 +47114,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": "c606e07c62cb74ff3a15bb1eef4aec3c33e2d145", | ||
"message": "changelog: Add entry for ID3v2 TIPL fix", | ||
"timestamp": "2023-12-26T22:28:35-05:00", | ||
"tree_id": "7ea07d35c8bce20ba48d5a68bba8215714720e14", | ||
"url": "https://github.com/Serial-ATA/lofty-rs/commit/c606e07c62cb74ff3a15bb1eef4aec3c33e2d145" | ||
}, | ||
"date": 1703648024266, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "Tag writing/AIFF Text Chunks", | ||
"value": 142, | ||
"range": "± 5", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/APEv2", | ||
"value": 32150, | ||
"range": "± 106", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/ID3v2", | ||
"value": 30674, | ||
"range": "± 343", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/ID3v1", | ||
"value": 308, | ||
"range": "± 1", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/MP4 Ilst", | ||
"value": 18732, | ||
"range": "± 169", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/RIFF INFO", | ||
"value": 743, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "Tag writing/Vorbis Comments", | ||
"value": 140296, | ||
"range": "± 230", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/AAC", | ||
"value": 252493, | ||
"range": "± 3136", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/AIFF", | ||
"value": 20713, | ||
"range": "± 68", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/APE", | ||
"value": 10384, | ||
"range": "± 296", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/FLAC", | ||
"value": 19373, | ||
"range": "± 58", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/MP4", | ||
"value": 21911, | ||
"range": "± 51", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/MP3", | ||
"value": 12696, | ||
"range": "± 51", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/MPC", | ||
"value": 214285, | ||
"range": "± 664", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/OPUS", | ||
"value": 178339, | ||
"range": "± 498", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/RIFF", | ||
"value": 22035, | ||
"range": "± 98", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/SPEEX", | ||
"value": 176534, | ||
"range": "± 389", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/VORBIS", | ||
"value": 226081, | ||
"range": "± 616", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "File reading (Inferred from Content)/WAVPACK", | ||
"value": 10410, | ||
"range": "± 28", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|