mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-15 09:45:26 +00:00
add Benchmark (ndjson) benchmark result for ee90520429
This commit is contained in:
parent
bccf9c26ce
commit
7a34252fd1
1 changed files with 55 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1743128283991,
|
||||
"lastUpdate": 1743206164232,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -65071,6 +65071,60 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "vichang@google.com",
|
||||
"name": "Victor Chang",
|
||||
"username": "gvictor"
|
||||
},
|
||||
"committer": {
|
||||
"email": "markus.icu@gmail.com",
|
||||
"name": "Markus Scherer",
|
||||
"username": "markusicu"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "ee90520429f197aa11a9ca3c05f91712134109be",
|
||||
"message": "ICU-23081 Use String.replace on non-regex string queries\n\nhttps://unicode-org.atlassian.net/browse/ICU-23081",
|
||||
"timestamp": "2025-03-28T16:34:38-07:00",
|
||||
"tree_id": "41f850bd441b70f8c1da8806bdb42827c7ad5140",
|
||||
"url": "https://github.com/unicode-org/icu/commit/ee90520429f197aa11a9ca3c05f91712134109be"
|
||||
},
|
||||
"date": 1743205910517,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "TestIcu_KeyGen_null",
|
||||
"value": 361.3649,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_strcoll_null",
|
||||
"value": 53791956.235,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_usekey",
|
||||
"value": 15123959.6073,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_strcoll_null",
|
||||
"value": 51686557.8565,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_usekey",
|
||||
"value": 16458911.9279,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue