mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 12:40:02 +00:00
add Benchmark (ndjson) benchmark result for 1393face12
This commit is contained in:
parent
57a0b9e948
commit
3031fb184c
1 changed files with 43 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1646686993281,
|
||||
"lastUpdate": 1646781493348,
|
||||
"repoUrl": "https://github.com/unicode-org/icu",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -44,6 +44,48 @@ window.BENCHMARK_DATA = {
|
|||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "avetlov@riverlogic.com",
|
||||
"name": "Alexey Vetlov",
|
||||
"username": "avetlov"
|
||||
},
|
||||
"committer": {
|
||||
"email": "markus.icu@gmail.com",
|
||||
"name": "Markus Scherer",
|
||||
"username": "markusicu"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "1393face12f7205a133a63f13bb592f561b4abfb",
|
||||
"message": "ICU-21768 Fixed (u_snprintf improperly counts the required buffer size). Modified TestSnprintf to test the null buffer case.",
|
||||
"timestamp": "2022-03-08T23:09:54Z",
|
||||
"tree_id": "586d92fe70bb8985ec51cb46c5c3b4f26dadd05c",
|
||||
"url": "https://github.com/unicode-org/icu/commit/1393face12f7205a133a63f13bb592f561b4abfb"
|
||||
},
|
||||
"date": 1646781492255,
|
||||
"tool": "ndjson",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Roundtrip",
|
||||
"value": 14.0187,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "FromUnicode",
|
||||
"value": 4.7375,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
},
|
||||
{
|
||||
"name": "FromUTF8",
|
||||
"value": 2.7719,
|
||||
"unit": "ns/iter",
|
||||
"biggerIsBetter": false
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue