mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-04 01:09:36 +02:00
add Benchmark (go) benchmark result for 56ba07e53e
This commit is contained in:
parent
bf5860334c
commit
56f03e3392
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1724171036271,
|
||||
"lastUpdate": 1724171920580,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -119190,6 +119190,42 @@ window.BENCHMARK_DATA = {
|
|||
"extra": "172 times\n4 procs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "joekralicky@gmail.com",
|
||||
"name": "Joe Kralicky",
|
||||
"username": "kralicky"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "56ba07e53eaacceaa7a53b963bf674f4dbaf8474",
|
||||
"message": "Optimize policy iterators (#5184)\n\n* Optimize policy iterators (go1.23)\r\n\r\nThis modifies (*Options).GetAllPolicies() to use a go 1.23 iterator\r\ninstead of copying all policies on every call, which can be extremely\r\nexpensive. All existing usages of this function were updated as\r\nnecessary.\r\n\r\nAdditionally, a new (*Options).NumPolicies() method was added which\r\nquickly computes the number of policies that would be given by\r\nGetAllPolicies(), since there were several usages where only the\r\nnumber of policies was needed.\r\n\r\n* Fix race condition when assigning default envoy opts to a policy",
|
||||
"timestamp": "2024-08-20T12:35:10-04:00",
|
||||
"tree_id": "efe6a473adb7824b4477982a823d7a0245fd2f96",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/56ba07e53eaacceaa7a53b963bf674f4dbaf8474"
|
||||
},
|
||||
"date": 1724171909565,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 8638325,
|
||||
"unit": "ns/op",
|
||||
"extra": "135 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 5912783,
|
||||
"unit": "ns/op",
|
||||
"extra": "196 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue