From 65722929cbe975b0f2023f594df3c00d45c6bf60 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 6 Aug 2025 03:39:29 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 3d18b2fcd4d2f32f28b3bda9b77de21a49744447 --- docs/data.js | 578 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 577 insertions(+), 1 deletion(-) diff --git a/docs/data.js b/docs/data.js index eae0a22..9e0f9a9 100644 --- a/docs/data.js +++ b/docs/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1754365166120, + "lastUpdate": 1754451569160, "repoUrl": "https://github.com/lukaszraczylo/graphql-monitoring-proxy", "entries": { "Benchmark": [ @@ -85534,6 +85534,582 @@ window.BENCHMARK_DATA = { "extra": "1474420 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": "3d18b2fcd4d2f32f28b3bda9b77de21a49744447", + "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-06T03:31:32Z", + "tree_id": "52c6b2ccaf15d0c4832a073537dfa73e53a7771c", + "url": "https://github.com/lukaszraczylo/graphql-monitoring-proxy/commit/3d18b2fcd4d2f32f28b3bda9b77de21a49744447" + }, + "date": 1754451567957, + "tool": "go", + "benches": [ + { + "name": "BenchmarkCacheLookupInMemory", + "value": 34.24, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "36443725 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - ns/op", + "value": 34.24, + "unit": "ns/op", + "extra": "36443725 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - B/op", + "value": 0, + "unit": "B/op", + "extra": "36443725 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupInMemory - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "36443725 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis", + "value": 8978, + "unit": "ns/op\t 651 B/op\t 22 allocs/op", + "extra": "129112 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - ns/op", + "value": 8978, + "unit": "ns/op", + "extra": "129112 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - B/op", + "value": 651, + "unit": "B/op", + "extra": "129112 times\n4 procs" + }, + { + "name": "BenchmarkCacheLookupRedis - allocs/op", + "value": 22, + "unit": "allocs/op", + "extra": "129112 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory", + "value": 393.5, + "unit": "ns/op\t 480 B/op\t 6 allocs/op", + "extra": "3085050 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - ns/op", + "value": 393.5, + "unit": "ns/op", + "extra": "3085050 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - B/op", + "value": 480, + "unit": "B/op", + "extra": "3085050 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreInMemory - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "3085050 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis", + "value": 9705, + "unit": "ns/op\t 1388 B/op\t 37 allocs/op", + "extra": "117733 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - ns/op", + "value": 9705, + "unit": "ns/op", + "extra": "117733 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - B/op", + "value": 1388, + "unit": "B/op", + "extra": "117733 times\n4 procs" + }, + { + "name": "BenchmarkCacheStoreRedis - allocs/op", + "value": 37, + "unit": "allocs/op", + "extra": "117733 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet", + "value": 191.7, + "unit": "ns/op\t 128 B/op\t 3 allocs/op", + "extra": "6267696 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - ns/op", + "value": 191.7, + "unit": "ns/op", + "extra": "6267696 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - B/op", + "value": 128, + "unit": "B/op", + "extra": "6267696 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheSet - allocs/op", + "value": 3, + "unit": "allocs/op", + "extra": "6267696 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet", + "value": 82.69, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "14501784 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - ns/op", + "value": 82.69, + "unit": "ns/op", + "extra": "14501784 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - B/op", + "value": 0, + "unit": "B/op", + "extra": "14501784 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheGet - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "14501784 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire", + "value": 5138867, + "unit": "ns/op\t 1372 B/op\t 11 allocs/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire - ns/op", + "value": 5138867, + "unit": "ns/op", + "extra": "232 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheExpire - B/op", + "value": 1372, + "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.0000068, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "BenchmarkMemCacheStats - ns/op", + "value": 0.0000068, + "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": 5450, + "unit": "ns/op\t 280 B/op\t 6 allocs/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet - ns/op", + "value": 5450, + "unit": "ns/op", + "extra": "1000000 times\n4 procs" + }, + { + "name": "BenchmarkCacheSet - B/op", + "value": 280, + "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": 83.29, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "14557638 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - ns/op", + "value": 83.29, + "unit": "ns/op", + "extra": "14557638 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - B/op", + "value": 0, + "unit": "B/op", + "extra": "14557638 times\n4 procs" + }, + { + "name": "BenchmarkCacheGet - allocs/op", + "value": 0, + "unit": "allocs/op", + "extra": "14557638 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete", + "value": 414.6, + "unit": "ns/op\t 160 B/op\t 6 allocs/op", + "extra": "2898067 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - ns/op", + "value": 414.6, + "unit": "ns/op", + "extra": "2898067 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - B/op", + "value": 160, + "unit": "B/op", + "extra": "2898067 times\n4 procs" + }, + { + "name": "BenchmarkCacheDelete - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "2898067 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew", + "value": 0.3117, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNew - ns/op", + "value": 0.3117, + "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.3122, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat - ns/op", + "value": 0.3122, + "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.311, + "unit": "ns/op\t 0 B/op\t 0 allocs/op", + "extra": "1000000000 times\n4 procs" + }, + { + "name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel - ns/op", + "value": 0.311, + "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": 865.2, + "unit": "ns/op\t 446 B/op\t 5 allocs/op", + "extra": "1443405 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - ns/op", + "value": 865.2, + "unit": "ns/op", + "extra": "1443405 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - B/op", + "value": 446, + "unit": "B/op", + "extra": "1443405 times\n4 procs" + }, + { + "name": "Benchmark_Log_Debug - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1443405 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info", + "value": 860.3, + "unit": "ns/op\t 450 B/op\t 5 allocs/op", + "extra": "1424499 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - ns/op", + "value": 860.3, + "unit": "ns/op", + "extra": "1424499 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - B/op", + "value": 450, + "unit": "B/op", + "extra": "1424499 times\n4 procs" + }, + { + "name": "Benchmark_Log_Info - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1424499 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn", + "value": 857.4, + "unit": "ns/op\t 449 B/op\t 5 allocs/op", + "extra": "1429578 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - ns/op", + "value": 857.4, + "unit": "ns/op", + "extra": "1429578 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - B/op", + "value": 449, + "unit": "B/op", + "extra": "1429578 times\n4 procs" + }, + { + "name": "Benchmark_Log_Warn - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1429578 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error", + "value": 966.1, + "unit": "ns/op\t 486 B/op\t 5 allocs/op", + "extra": "1265823 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - ns/op", + "value": 966.1, + "unit": "ns/op", + "extra": "1265823 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - B/op", + "value": 486, + "unit": "B/op", + "extra": "1265823 times\n4 procs" + }, + { + "name": "Benchmark_Log_Error - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1265823 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal", + "value": 860.7, + "unit": "ns/op\t 452 B/op\t 5 allocs/op", + "extra": "1416739 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - ns/op", + "value": 860.7, + "unit": "ns/op", + "extra": "1416739 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - B/op", + "value": 452, + "unit": "B/op", + "extra": "1416739 times\n4 procs" + }, + { + "name": "Benchmark_Log_Fatal - allocs/op", + "value": 5, + "unit": "allocs/op", + "extra": "1416739 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName", + "value": 1309, + "unit": "ns/op\t 632 B/op\t 10 allocs/op", + "extra": "809011 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - ns/op", + "value": 1309, + "unit": "ns/op", + "extra": "809011 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - B/op", + "value": 632, + "unit": "B/op", + "extra": "809011 times\n4 procs" + }, + { + "name": "BenchmarkGetMetricsName - allocs/op", + "value": 10, + "unit": "allocs/op", + "extra": "809011 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels", + "value": 480.1, + "unit": "ns/op\t 296 B/op\t 7 allocs/op", + "extra": "2460046 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - ns/op", + "value": 480.1, + "unit": "ns/op", + "extra": "2460046 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - B/op", + "value": 296, + "unit": "B/op", + "extra": "2460046 times\n4 procs" + }, + { + "name": "BenchmarkCompileMetricsWithLabels - allocs/op", + "value": 7, + "unit": "allocs/op", + "extra": "2460046 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName", + "value": 838.2, + "unit": "ns/op\t 320 B/op\t 6 allocs/op", + "extra": "1445722 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - ns/op", + "value": 838.2, + "unit": "ns/op", + "extra": "1445722 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - B/op", + "value": 320, + "unit": "B/op", + "extra": "1445722 times\n4 procs" + }, + { + "name": "BenchmarkValidateMetricsName - allocs/op", + "value": 6, + "unit": "allocs/op", + "extra": "1445722 times\n4 procs" + } + ] } ] }