mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
add Benchmark (ndjson) benchmark result for 31871cc14f
This commit is contained in:
parent
07366c3eed
commit
884b452e13
1 changed files with 55 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1646781586610,
|
||||
"lastUpdate": 1646782332161,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -110,6 +110,60 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "shane@unicode.org",
|
||||
"name": "Shane F. Carr",
|
||||
"username": "sffc"
|
||||
},
|
||||
"committer": {
|
||||
"email": "shane@unicode.org",
|
||||
"name": "Shane F. Carr",
|
||||
"username": "sffc"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "31871cc14f5b55a53511884d9787494905a80a00",
|
||||
"message": "ICU-21801 Fix array comparison warning in uspoof_impl.cpp\n\nSee #2015",
|
||||
"timestamp": "2022-03-08T15:21:53-08:00",
|
||||
"tree_id": "bd6da903ad6a15330b5714ac76b55b1000680a13",
|
||||
"url": "https://github.com/unicode-org/icu/commit/31871cc14f5b55a53511884d9787494905a80a00"
|
||||
},
|
||||
"date": 1646782330246,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "TestIcu_KeyGen_null",
|
||||
"value": 419.2539,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_strcoll_null",
|
||||
"value": 4189073.2728,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_qsort_usekey",
|
||||
"value": 1759619.979,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_strcoll_null",
|
||||
"value": 4044857.712,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "TestIcu_BinarySearch_usekey",
|
||||
"value": 1877588.1382,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue