mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 21:45:37 +00:00
add Benchmark (ndjson) benchmark result for 572d03f85a
This commit is contained in:
parent
0fe7e61dc1
commit
2cbc8d194d
1 changed files with 43 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1743794371356,
|
||||
"lastUpdate": 1743800552194,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -50947,6 +50947,48 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "ftang@chromium.org",
|
||||
"name": "Frank Tang",
|
||||
"username": "FrankYFTang"
|
||||
},
|
||||
"committer": {
|
||||
"email": "ftang@google.com",
|
||||
"name": "Frank Yung-Fong Tang",
|
||||
"username": "FrankYFTang"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "572d03f85af47f62057ea3f7c069254a4737d1b7",
|
||||
"message": "ICU-23052 Fix addLikelySubtags\n\nRemove hack in the conversion tool by fixing the code\n\nICU-23052 Assert the value will never be 0",
|
||||
"timestamp": "2025-04-04T13:36:14-07:00",
|
||||
"tree_id": "8f423d116d57bfd4f30454e02fc2ea27603f01c6",
|
||||
"url": "https://github.com/unicode-org/icu/commit/572d03f85af47f62057ea3f7c069254a4737d1b7"
|
||||
},
|
||||
"date": 1743800295050,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Roundtrip",
|
||||
"value": 9.5514,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "FromUnicode",
|
||||
"value": 3.0609,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "FromUTF8",
|
||||
"value": 2.3159,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue