mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-27 15:08:14 +02:00
add Benchmark (go) benchmark result for 418ee79e1a
This commit is contained in:
parent
1628eba92a
commit
206ede0c49
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1722030567194,
|
||||
"lastUpdate": 1722282434413,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -115422,6 +115422,42 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "198 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": "418ee79e1a4e8fc166a223891ee78bfd3c5c9159",
|
||||
"message": "authenticate: rework session ID token handling (#5178)\n\nCurrently, the Session proto id_token field is populated with Pomerium\r\nsession data during initial login, but with IdP ID token data after an\r\nIdP session refresh.\r\n\r\nInstead, store only IdP ID token data in this field.\r\n\r\nUpdate the existing SetRawIDToken method to populate the structured data\r\nfields based on the contents of the raw ID token. Remove the other code\r\nthat sets these fields (in the authenticateflow package and in\r\nmanager.sessionUnmarshaler).\r\n\r\nAdd a test for the identity manager, exercising the combined effect of\r\nsession claims unmarshaling and SetRawIDToken(), to verify that the\r\ncombined behavior is preserved unchanged.",
|
||||
"timestamp": "2024-07-29T12:43:50-07:00",
|
||||
"tree_id": "6736ea9899db9949cfc586b87f313af1699beb26",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/418ee79e1a4e8fc166a223891ee78bfd3c5c9159"
|
||||
},
|
||||
"date": 1722282424637,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 8897275,
|
||||
"unit": "ns/op",
|
||||
"extra": "135 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 6119966,
|
||||
"unit": "ns/op",
|
||||
"extra": "189 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue