diff --git a/dev/bench/data.js b/dev/bench/data.js index 504f07853..4b3a5bbb8 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1729012185617, + "lastUpdate": 1729021449579, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -126742,6 +126742,42 @@ window.BENCHMARK_DATA = { "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" + } + ] } ] }