mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-25 14:08:09 +02:00
add Benchmark (go) benchmark result for 11054a943d
This commit is contained in:
parent
2f8be330fc
commit
0239b74d7c
1 changed files with 37 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
window.BENCHMARK_DATA = {
|
window.BENCHMARK_DATA = {
|
||||||
"lastUpdate": 1729012185617,
|
"lastUpdate": 1729021449579,
|
||||||
"repoUrl": "https://github.com/pomerium/pomerium",
|
"repoUrl": "https://github.com/pomerium/pomerium",
|
||||||
"entries": {
|
"entries": {
|
||||||
"Benchmark": [
|
"Benchmark": [
|
||||||
|
@ -126742,6 +126742,42 @@ window.BENCHMARK_DATA = {
|
||||||
"extra": "169 times\n4 procs"
|
"extra": "169 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": "11054a943d889a26e3406088628cf1b20b7bb71e",
|
||||||
|
"message": "config: set_response_headers is not unknown (#5326)\n\nMost fields in the config.Options struct are populated by the\r\nmapstructure package, but the SetResponseHeaders field is handled\r\nseparately. As a result, when the set_response_headers key is present,\r\nit also shows up as an unknown config option.\r\n\r\nAdd this key to the ignoreConfigFields map, to avoid logging an\r\nincorrect \"unknown config option\" message when set.",
|
||||||
|
"timestamp": "2024-10-15T12:40:14-07:00",
|
||||||
|
"tree_id": "70ee7433897b4540eb69203378c430778c93757c",
|
||||||
|
"url": "https://github.com/pomerium/pomerium/commit/11054a943d889a26e3406088628cf1b20b7bb71e"
|
||||||
|
},
|
||||||
|
"date": 1729021426967,
|
||||||
|
"tool": "go",
|
||||||
|
"benches": [
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedInUserAccess",
|
||||||
|
"value": 8503516,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "133 times\n4 procs"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "BenchmarkLoggedOutUserAccess",
|
||||||
|
"value": 6065264,
|
||||||
|
"unit": "ns/op",
|
||||||
|
"extra": "206 times\n4 procs"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue