From 4dfb5cd07efa462bd806e4cd554ecf6bfef20ae6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 20 Aug 2025 03:27:00 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for c37f0fa7545b41a0d3063767aa4e75e0efd785fd --- docs/data.js | 578 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 577 insertions(+), 1 deletion(-) diff --git a/docs/data.js b/docs/data.js index 2e42c6e..a4d4544 100644 --- a/docs/data.js +++ b/docs/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1755574052841, + "lastUpdate": 1755660420412, "repoUrl": "https://github.com/lukaszraczylo/graphql-monitoring-proxy", "entries": { "Benchmark": [ @@ -88990,6 +88990,582 @@ window.BENCHMARK_DATA = { "extra": "1597058 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "2182556+lukaszraczylo@users.noreply.github.com", + "name": "lukaszraczylo", + "username": "lukaszraczylo" + }, + "committer": { + "email": "41898282+github-actions[bot]@users.noreply.github.com", + "name": "github-actions[bot]", + "username": "github-actions[bot]" + }, + "distinct": true, + "id": "c37f0fa7545b41a0d3063767aa4e75e0efd785fd", + "message": "Update go.mod and go.sum\n\nSigned-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>", + "timestamp": "2025-08-20T03:19:04Z", + "tree_id": "548b2c9f7656e623c76f798cdf951e80769e46c4", + "url": "https://github.com/lukaszraczylo/graphql-monitoring-proxy/commit/c37f0fa7545b41a0d3063767aa4e75e0efd785fd" + }, + "date": 1755660418751, + "tool": "go", + "benches": [ + { + "name": "BenchmarkCacheLookupInMemory", + "value": 32.92, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "33924276 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - ns/op", + "value": 32.92, + "unit": "ns/op", + "extra": "33924276 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - B/op", + "value": 0, + "unit": "B/op", + "extra": "33924276 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "33924276 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis", + "value": 8988, + "unit": "ns/op\t 595 B/op\t 22 allocs/op", + "extra": "119700 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - ns/op", + "value": 8988, + "unit": "ns/op", + "extra": "119700 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - B/op", + "value": 595, + "unit": "B/op", + "extra": "119700 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - allocs/op", + "value": 22, + "unit": "allocs/op", + "extra": "119700 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory", + "value": 387.6, + "unit": "ns/op\t 480 B/op\t 6 allocs/op", + "extra": "3134611 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - ns/op", + "value": 387.6, + "unit": "ns/op", + "extra": "3134611 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - B/op", + "value": 480, + "unit": "B/op", + "extra": "3134611 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "3134611 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis", + "value": 9707, + "unit": "ns/op\t 1320 B/op\t 37 allocs/op", + "extra": "120339 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - ns/op", + "value": 9707, + "unit": "ns/op", + "extra": "120339 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - B/op", + "value": 1320, + "unit": "B/op", + "extra": "120339 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - allocs/op", + "value": 37, + "unit": "allocs/op", + "extra": "120339 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet", + "value": 188.6, + "unit": "ns/op\t 128 B/op\t 3 allocs/op", + "extra": "6380880 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - ns/op", + "value": 188.6, + "unit": "ns/op", + "extra": "6380880 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - B/op", + "value": 128, + "unit": "B/op", + "extra": "6380880 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "6380880 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet", + "value": 80.79, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "14862700 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - ns/op", + "value": 80.79, + "unit": "ns/op", + "extra": "14862700 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - B/op", + "value": 0, + "unit": "B/op", + "extra": "14862700 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "14862700 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire", + "value": 5147802, + "unit": "ns/op\t 1373 B/op\t 11 allocs/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire - ns/op", + "value": 5147802, + "unit": "ns/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire - B/op", + "value": 1373, + "unit": "B/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire - allocs/op", + "value": 11, + "unit": "allocs/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheStats", + "value": 0.000007, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheStats - ns/op", + "value": 0.000007, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheStats - B/op", + "value": 0, + "unit": "B/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheStats - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet", + "value": 5451, + "unit": "ns/op\t 281 B/op\t 6 allocs/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet - ns/op", + "value": 5451, + "unit": "ns/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet - B/op", + "value": 281, + "unit": "B/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet", + "value": 81.04, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "14887795 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - ns/op", + "value": 81.04, + "unit": "ns/op", + "extra": "14887795 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - B/op", + "value": 0, + "unit": "B/op", + "extra": "14887795 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "14887795 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete", + "value": 436.7, + "unit": "ns/op\t 160 B/op\t 6 allocs/op", + "extra": "2701506 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - ns/op", + "value": 436.7, + "unit": "ns/op", + "extra": "2701506 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - B/op", + "value": 160, + "unit": "B/op", + "extra": "2701506 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "2701506 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew", + "value": 0.3115, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew - ns/op", + "value": 0.3115, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew - B/op", + "value": 0, + "unit": "B/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat", + "value": 0.3126, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat - ns/op", + "value": 0.3126, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat - B/op", + "value": 0, + "unit": "B/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel", + "value": 0.3122, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel - ns/op", + "value": 0.3122, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel - B/op", + "value": 0, + "unit": "B/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormatAndLogLevel", + "value": 0.3117, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormatAndLogLevel - ns/op", + "value": 0.3117, + "unit": "ns/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormatAndLogLevel - B/op", + "value": 0, + "unit": "B/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormatAndLogLevel - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug", + "value": 880.1, + "unit": "ns/op\t 451 B/op\t 5 allocs/op", + "extra": "1421796 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - ns/op", + "value": 880.1, + "unit": "ns/op", + "extra": "1421796 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - B/op", + "value": 451, + "unit": "B/op", + "extra": "1421796 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1421796 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info", + "value": 889.3, + "unit": "ns/op\t 460 B/op\t 5 allocs/op", + "extra": "1378426 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - ns/op", + "value": 889.3, + "unit": "ns/op", + "extra": "1378426 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - B/op", + "value": 460, + "unit": "B/op", + "extra": "1378426 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1378426 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn", + "value": 868.3, + "unit": "ns/op\t 456 B/op\t 5 allocs/op", + "extra": "1394008 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - ns/op", + "value": 868.3, + "unit": "ns/op", + "extra": "1394008 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - B/op", + "value": 456, + "unit": "B/op", + "extra": "1394008 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1394008 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error", + "value": 975.4, + "unit": "ns/op\t 489 B/op\t 5 allocs/op", + "extra": "1253678 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - ns/op", + "value": 975.4, + "unit": "ns/op", + "extra": "1253678 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - B/op", + "value": 489, + "unit": "B/op", + "extra": "1253678 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1253678 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal", + "value": 894.8, + "unit": "ns/op\t 459 B/op\t 5 allocs/op", + "extra": "1379268 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - ns/op", + "value": 894.8, + "unit": "ns/op", + "extra": "1379268 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - B/op", + "value": 459, + "unit": "B/op", + "extra": "1379268 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1379268 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName", + "value": 1284, + "unit": "ns/op\t 632 B/op\t 10 allocs/op", + "extra": "780013 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - ns/op", + "value": 1284, + "unit": "ns/op", + "extra": "780013 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - B/op", + "value": 632, + "unit": "B/op", + "extra": "780013 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - allocs/op", + "value": 10, + "unit": "allocs/op", + "extra": "780013 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels", + "value": 491.2, + "unit": "ns/op\t 296 B/op\t 7 allocs/op", + "extra": "2472492 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - ns/op", + "value": 491.2, + "unit": "ns/op", + "extra": "2472492 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - B/op", + "value": 296, + "unit": "B/op", + "extra": "2472492 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - allocs/op", + "value": 7, + "unit": "allocs/op", + "extra": "2472492 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName", + "value": 769.5, + "unit": "ns/op\t 320 B/op\t 6 allocs/op", + "extra": "1581244 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - ns/op", + "value": 769.5, + "unit": "ns/op", + "extra": "1581244 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - B/op", + "value": 320, + "unit": "B/op", + "extra": "1581244 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "1581244 times\n4 procs" + } + ] } ] }