mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-23 13:08:13 +02:00
add Benchmark (go) benchmark result for fe31799eb5
This commit is contained in:
parent
a0cd3db039
commit
a514bef768
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1729882103539,
|
||||
"lastUpdate": 1729882465002,
|
||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
|
@ -128150,6 +128150,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": "fe31799eb5d20074a9722075b0d003efa124725b",
|
||||
"message": "Fix many instances of contexts and loggers not being propagated (#5340)\n\nThis also replaces instances where we manually write \"return ctx.Err()\"\r\nwith \"return context.Cause(ctx)\" which is functionally identical, but\r\nwill also correctly propagate cause errors if present.",
|
||||
"timestamp": "2024-10-25T14:50:56-04:00",
|
||||
"tree_id": "3aa0d2ce9d2fd6f8f2bfc38c4c956ffe166c9f01",
|
||||
"url": "https://github.com/pomerium/pomerium/commit/fe31799eb5d20074a9722075b0d003efa124725b"
|
||||
},
|
||||
"date": 1729882453239,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "BenchmarkLoggedInUserAccess",
|
||||
"value": 9468063,
|
||||
"unit": "ns/op",
|
||||
"extra": "128 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "BenchmarkLoggedOutUserAccess",
|
||||
"value": 6666954,
|
||||
"unit": "ns/op",
|
||||
"extra": "186 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue