mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-16 02:07:15 +00:00
add Benchmark (ndjson) benchmark result for 40fb3a9e4a
This commit is contained in:
parent
ba4d649ce5
commit
59d0c2804a
1 changed files with 61 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1744394221399,
|
||||
"lastUpdate": 1744404692894,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -72661,6 +72661,66 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "markus.icu@gmail.com",
|
||||
"name": "Markus Scherer",
|
||||
"username": "markusicu"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "40fb3a9e4a520760e85df2763447f17c78316e24",
|
||||
"message": "ICU-23004 C++ Unicode string code point iterators (#3096)",
|
||||
"timestamp": "2025-04-11T13:14:14-07:00",
|
||||
"tree_id": "daed79b2b09a31f1ec15d8202ce1648b48f964e2",
|
||||
"url": "https://github.com/unicode-org/icu/commit/40fb3a9e4a520760e85df2763447f17c78316e24"
|
||||
},
|
||||
"date": 1744404447714,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "TestICU_NFC_NFD_Text",
|
||||
"value": 13.9243,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestICU_NFC_NFC_Text",
|
||||
"value": 10.0293,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestICU_NFC_Orig_Text",
|
||||
"value": 10.0376,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestICU_NFD_NFD_Text",
|
||||
"value": 10.5434,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestICU_NFD_NFC_Text",
|
||||
"value": 11.6034,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestICU_NFD_Orig_Text",
|
||||
"value": 11.634,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue