mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-29 07:58:14 +02:00
add Benchmark (go) benchmark result for a49f86d023
This commit is contained in:
parent
0146bba67c
commit
fb136b65e3
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1672161287666,
|
"lastUpdate": 1672161445272,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -26434,6 +26434,42 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "122 times\n2 procs"
|
"extra": "122 times\n2 procs"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"email": "dmishin@pomerium.com",
|
||||||
|
"name": "Denis Mishin",
|
||||||
|
"username": "wasaga"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"email": "noreply@github.com",
|
||||||
|
"name": "GitHub",
|
||||||
|
"username": "web-flow"
|
||||||
|
},
|
||||||
|
"distinct": true,
|
||||||
|
"id": "a49f86d0232c10feead5504607d49b40dbf841b6",
|
||||||
|
"message": "use tlsClientConfig instead of custom dialer (#3830)\n\n* use tlsClientConfig instead of custom dialer\r\n\r\n* rm debug log",
|
||||||
|
"timestamp": "2022-12-27T09:55:36-07:00",
|
||||||
|
"tree_id": "619afc72f27af45ea8ef005814e3964eb986a3e1",
|
||||||
|
"url": "https://github.com/pomerium/pomerium/commit/a49f86d0232c10feead5504607d49b40dbf841b6"
|
||||||
|
},
|
||||||
|
"date": 1672161444447,
|
||||||
|
"tool": "go",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedInUserAccess",
|
||||||
|
"value": 13120901,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "91 times\n2 procs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedOutUserAccess",
|
||||||
|
"value": 8845086,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "136 times\n2 procs"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue