mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
add Benchmark (ndjson) benchmark result for 87cee860e0
This commit is contained in:
parent
715c7edddd
commit
bff00ac445
1 changed files with 55 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1649275319360,
|
||||
"lastUpdate": 1649713638084,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -2540,6 +2540,60 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "62772518+richgillam@users.noreply.github.com",
|
||||
"name": "Rich Gillam",
|
||||
"username": "richgillam"
|
||||
},
|
||||
"committer": {
|
||||
"email": "62772518+richgillam@users.noreply.github.com",
|
||||
"name": "Rich Gillam",
|
||||
"username": "richgillam"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "87cee860e035e93cee30cc0dab1be8a697f42646",
|
||||
"message": "ICU-21984 Fix DateIntervalFormat.normalizeHourMetacharacters() so that it doesn't require the hour and day-period\nfields to appear in any particular order or position in the skeleton string.",
|
||||
"timestamp": "2022-04-11T14:37:15-07:00",
|
||||
"tree_id": "9d15834932f32762c8a0a350e9263a8dd2a38900",
|
||||
"url": "https://github.com/unicode-org/icu/commit/87cee860e035e93cee30cc0dab1be8a697f42646"
|
||||
},
|
||||
"date": 1649713635330,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "TestIcu_KeyGen_null",
|
||||
"value": 337.5989,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_strcoll_null",
|
||||
"value": 90456643.2749,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_usekey",
|
||||
"value": 17266002.8847,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_strcoll_null",
|
||||
"value": 86631753.9884,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_usekey",
|
||||
"value": 18302710.2834,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue