mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
add Benchmark (go) benchmark result for 9fe646f25a
This commit is contained in:
parent
4895e5eb32
commit
9d2fa00c66
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1721430124950,
|
||||
"lastUpdate": 1721431948512,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -114702,6 +114702,42 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "189 times\n4 procs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "51246568+kenjenkins@users.noreply.github.com",
|
||||
"name": "Kenneth Jenkins",
|
||||
"username": "kenjenkins"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "9fe646f25a673ea2d844c1b18e7bf3003892fa31",
|
||||
"message": "session: do not invalidate based on ID token (#5182)\n\nPer the OIDC spec, section 2:\r\n\r\n> NOTE: The ID Token expiration time is unrelated [to] the lifetime of\r\n> the authenticated session between the RP and the OP.\r\n\r\nA Pomerium session should remain valid for as long as the underlying\r\nOAuth2 session.",
|
||||
"timestamp": "2024-07-19T16:29:06-07:00",
|
||||
"tree_id": "e5dc73933cd1f193a2400a9cf6dc57d870537578",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/9fe646f25a673ea2d844c1b18e7bf3003892fa31"
|
||||
},
|
||||
"date": 1721431934314,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 8807337,
|
||||
"unit": "ns/op",
|
||||
"extra": "136 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 6386175,
|
||||
"unit": "ns/op",
|
||||
"extra": "198 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue