From d43b47042aa4e8ca271cfffd49d69da0ba652ef7 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 14 Jan 2025 18:53:11 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 50fa0b12b87ee2ac54797f3b8f4c47fe48c7bef1 --- dev/bench/data.js | 202 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 201 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index dd2aeee67..d4a14bf0a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736875823506, + "lastUpdate": 1736880791060, "repoUrl": "https://github.com/pomerium/pomerium", "entries": { "Benchmark": [ @@ -148236,6 +148236,206 @@ window.BENCHMARK_DATA = { "extra": "440898 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "name": "pomerium", + "username": "pomerium" + }, + "committer": { + "name": "pomerium", + "username": "pomerium" + }, + "id": "50fa0b12b87ee2ac54797f3b8f4c47fe48c7bef1", + "message": "remove test code from config/options_test.go", + "timestamp": "2025-01-14T17:14:00Z", + "url": "https://github.com/pomerium/pomerium/pull/5423/commits/50fa0b12b87ee2ac54797f3b8f4c47fe48c7bef1" + }, + "date": 1736880777190, + "tool": "go", + "benches": [ + { + "name": "BenchmarkHeadersEvaluator", + "value": 233785, + "unit": "ns/op", + "extra": "5280 times\n4 procs" + }, + { + "name": "BenchmarkGetFileNameWithBytesHash", + "value": 17267, + "unit": "ns/op", + "extra": "66973 times\n4 procs" + }, + { + "name": "BenchmarkLoggedInUserAccess", + "value": 9442550, + "unit": "ns/op", + "extra": "134 times\n4 procs" + }, + { + "name": "BenchmarkLoggedOutUserAccess", + "value": 6142121, + "unit": "ns/op", + "extra": "192 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=1", + "value": 1069220287, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=10", + "value": 1068254224, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=100", + "value": 1081397080, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=1000", + "value": 6046901479, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkStartupLatency/routes=10000", + "value": 144244310286, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=1", + "value": 1066098987, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=10", + "value": 1116130006, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=100", + "value": 2362545604, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkAppendRoutes/routes=1000", + "value": 283192484424, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "BenchmarkDataRace", + "value": 423.2, + "unit": "ns/op", + "extra": "2873289 times\n4 procs" + }, + { + "name": "BenchmarkExport", + "value": 0.009932, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkFullVersion", + "value": 78.07, + "unit": "ns/op", + "extra": "15210916 times\n4 procs" + }, + { + "name": "BenchmarkAEADCipher", + "value": 299.6, + "unit": "ns/op", + "extra": "4012069 times\n4 procs" + }, + { + "name": "BenchmarkSHA256", + "value": 10379, + "unit": "ns/op\t1578.58 MB/s", + "extra": "115641 times\n4 procs" + }, + { + "name": "BenchmarkSHA256 - ns/op", + "value": 10379, + "unit": "ns/op", + "extra": "115641 times\n4 procs" + }, + { + "name": "BenchmarkSHA256 - MB/s", + "value": 1578.58, + "unit": "MB/s", + "extra": "115641 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256", + "value": 24311, + "unit": "ns/op\t 673.92 MB/s", + "extra": "49326 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256 - ns/op", + "value": 24311, + "unit": "ns/op", + "extra": "49326 times\n4 procs" + }, + { + "name": "BenchmarkSHA512_256 - MB/s", + "value": 673.92, + "unit": "MB/s", + "extra": "49326 times\n4 procs" + }, + { + "name": "BenchmarkBcrypt", + "value": 1065529275, + "unit": "ns/op", + "extra": "1 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs", + "value": 1357, + "unit": "ns/op\t 4704 B/op\t 3 allocs/op", + "extra": "803918 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - ns/op", + "value": 1357, + "unit": "ns/op", + "extra": "803918 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - B/op", + "value": 4704, + "unit": "B/op", + "extra": "803918 times\n4 procs" + }, + { + "name": "Benchmark_handleLogs - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "803918 times\n4 procs" + }, + { + "name": "BenchmarkFanout", + "value": 198342, + "unit": "ns/op", + "extra": "10000 times\n4 procs" + }, + { + "name": "BenchmarkZSTD", + "value": 2608, + "unit": "ns/op", + "extra": "434328 times\n4 procs" + } + ] } ] }