From 3a5867248459a9735877ae4cfbf08feaf2434d07 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 27 Feb 2025 17:13:43 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for a70593c42418a9684c360cbf6419e55c2e2b6765 --- dev/bench/data.js | 206 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 205 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index ae369f51c..ac4e6b8a3 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1740674128807, + "lastUpdate": 1740676423047, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -181554,6 +181554,210 @@ window.BENCHMARK_DATA = { "extra": "441159 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "a70593c42418a9684c360cbf6419e55c2e2b6765", + "message": "chore(deps): bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 (#5496)\n\nBumps [github.com/go-jose/go-jose/v4](https://github.com/go-jose/go-jose) from 4.0.2 to 4.0.5.\n- [Release notes](https://github.com/go-jose/go-jose/releases)\n- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/go-jose/go-jose/compare/v4.0.2...v4.0.5)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/go-jose/go-jose/v4\n dependency-type: indirect\n...\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2025-02-27T09:56:39-07:00", + "tree_id": "cc1b1f537ba2510f5c8c07b42048d3fa09fba4ee", + "url": "https://github.com/pomerium/pomerium/commit/a70593c42418a9684c360cbf6419e55c2e2b6765" + }, + "date": 1740676392883, + "tool": "go", + "benches": [ + { + "name": "BenchmarkHeadersEvaluator", + "value": 230804, + "unit": "ns/op", + "extra": "4515 times\n4 procs" + }, + { + "name": "BenchmarkGetFileNameWithBytesHash", + "value": 4947, + "unit": "ns/op", + "extra": "294762 times\n4 procs" + }, + { + "name": "BenchmarkLoggedInUserAccess", + "value": 7965666, + "unit": "ns/op", + "extra": "145 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 5434773, + "unit": "ns/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=1", + "value": 1088964675, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=10", + "value": 1089449457, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=100", + "value": 1102943396, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=1000", + "value": 9785336614, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=10000", + "value": 150450688152, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=1", + "value": 1090615209, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=10", + "value": 1136084223, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=100", + "value": 2448924776, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=1000", + "value": 296033940468, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkDataRace", + "value": 476.9, + "unit": "ns/op", + "extra": "2915304 times\n4 procs" + }, + { + "name": "BenchmarkExport", + "value": 0.009974, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkFullVersion", + "value": 75.34, + "unit": "ns/op", + "extra": "15449016 times\n4 procs" + }, + { + "name": "BenchmarkAEADCipher", + "value": 300.5, + "unit": "ns/op", + "extra": "3990193 times\n4 procs" + }, + { + "name": "BenchmarkSHA256", + "value": 10373, + "unit": "ns/op\t1579.41 MB/s", + "extra": "115420 times\n4 procs" + }, + { + "name": "BenchmarkSHA256 - ns/op", + "value": 10373, + "unit": "ns/op", + "extra": "115420 times\n4 procs" + }, + { + "name": "BenchmarkSHA256 - MB/s", + "value": 1579.41, + "unit": "MB/s", + "extra": "115420 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256", + "value": 24375, + "unit": "ns/op\t 672.15 MB/s", + "extra": "49279 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256 - ns/op", + "value": 24375, + "unit": "ns/op", + "extra": "49279 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256 - MB/s", + "value": 672.15, + "unit": "MB/s", + "extra": "49279 times\n4 procs" + }, + { + "name": "BenchmarkBcrypt", + "value": 1066726349, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs", + "value": 1261, + "unit": "ns/op\t 4704 B/op\t 3 allocs/op", + "extra": "831852 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - ns/op", + "value": 1261, + "unit": "ns/op", + "extra": "831852 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - B/op", + "value": 4704, + "unit": "B/op", + "extra": "831852 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "831852 times\n4 procs" + }, + { + "name": "BenchmarkFanout", + "value": 198633, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkZSTD", + "value": 2584, + "unit": "ns/op", + "extra": "432778 times\n4 procs" + } + ] } ] }