mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-23 21:18:09 +02:00
add Benchmark (go) benchmark result for 86625a4ddb
This commit is contained in:
parent
8aa710ee2b
commit
ece3533fad
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1656519059134,
|
"lastUpdate": 1656521276009,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -1014,6 +1014,42 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "145 times\n2 procs"
|
"extra": "145 times\n2 procs"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"commit": {
|
||||||
|
"author": {
|
||||||
|
"email": "cdoxsey@pomerium.com",
|
||||||
|
"name": "Caleb Doxsey",
|
||||||
|
"username": "calebdoxsey"
|
||||||
|
},
|
||||||
|
"committer": {
|
||||||
|
"email": "noreply@github.com",
|
||||||
|
"name": "GitHub",
|
||||||
|
"username": "web-flow"
|
||||||
|
},
|
||||||
|
"distinct": true,
|
||||||
|
"id": "86625a4ddb6004214bc24821337d9dab2d8102cc",
|
||||||
|
"message": "config: support files for shared_secret, client_secret, cookie_secret and signing_key (#3453)",
|
||||||
|
"timestamp": "2022-06-29T10:44:08-06:00",
|
||||||
|
"tree_id": "51f91afa5597fc501524fadd563ec4878a3cf3dd",
|
||||||
|
"url": "https://github.com/pomerium/pomerium/commit/86625a4ddb6004214bc24821337d9dab2d8102cc"
|
||||||
|
},
|
||||||
|
"date": 1656521275357,
|
||||||
|
"tool": "go",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedInUserAccess",
|
||||||
|
"value": 18525800,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "75 times\n2 procs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedOutUserAccess",
|
||||||
|
"value": 9290206,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "133 times\n2 procs"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue