mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
add Benchmark (ndjson) benchmark result for 40fb3a9e4a
This commit is contained in:
parent
05e0e7992c
commit
67ec323dcd
1 changed files with 55 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1744394109728,
|
||||
"lastUpdate": 1744405156057,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -65557,6 +65557,60 @@ 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": 1744404329113,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "TestIcu_KeyGen_null",
|
||||
"value": 364.6529,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_strcoll_null",
|
||||
"value": 54364416.9103,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_usekey",
|
||||
"value": 15046297.9326,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_strcoll_null",
|
||||
"value": 51576813.9861,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_usekey",
|
||||
"value": 16500271.9866,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue