add Benchmark (go) benchmark result for c99bf2b245

This commit is contained in:
github-action-benchmark
2025-11-22 17:17:41 +00:00
parent 989616dd03
commit 2a82aab3ee
+985 -1
View File
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1763609363573,
"lastUpdate": 1763831861792,
"repoUrl": "https://github.com/lukaszraczylo/graphql-monitoring-proxy",
"entries": {
"Benchmark": [
@@ -124726,6 +124726,990 @@ window.BENCHMARK_DATA = {
"extra": "53629388 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "lukasz@raczylo.com",
"name": "Lukasz Raczylo",
"username": "lukaszraczylo"
},
"committer": {
"email": "lukasz@raczylo.com",
"name": "Lukasz Raczylo",
"username": "lukaszraczylo"
},
"distinct": true,
"id": "c99bf2b245d08fce2c979bc3930d19a75a436bfb",
"message": "fixup! Improve caching by adding user ids and roles to hash.",
"timestamp": "2025-11-22T17:10:59Z",
"tree_id": "8922a551a5fd55d485242e869ca291108ecc165b",
"url": "https://github.com/lukaszraczylo/graphql-monitoring-proxy/commit/c99bf2b245d08fce2c979bc3930d19a75a436bfb"
},
"date": 1763831860386,
"tool": "go",
"benches": [
{
"name": "BenchmarkAPIAuthentication",
"value": 12814,
"unit": "ns/op\t 6994 B/op\t 34 allocs/op",
"extra": "93010 times\n4 procs"
},
{
"name": "BenchmarkAPIAuthentication - ns/op",
"value": 12814,
"unit": "ns/op",
"extra": "93010 times\n4 procs"
},
{
"name": "BenchmarkAPIAuthentication - B/op",
"value": 6994,
"unit": "B/op",
"extra": "93010 times\n4 procs"
},
{
"name": "BenchmarkAPIAuthentication - allocs/op",
"value": 34,
"unit": "allocs/op",
"extra": "93010 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/API_Authentication",
"value": 16678,
"unit": "ns/op\t 7297 B/op\t 38 allocs/op",
"extra": "65012 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/API_Authentication - ns/op",
"value": 16678,
"unit": "ns/op",
"extra": "65012 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/API_Authentication - B/op",
"value": 7297,
"unit": "B/op",
"extra": "65012 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/API_Authentication - allocs/op",
"value": 38,
"unit": "allocs/op",
"extra": "65012 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Path_Validation",
"value": 12217,
"unit": "ns/op\t 1139 B/op\t 12 allocs/op",
"extra": "97178 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Path_Validation - ns/op",
"value": 12217,
"unit": "ns/op",
"extra": "97178 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Path_Validation - B/op",
"value": 1139,
"unit": "B/op",
"extra": "97178 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Path_Validation - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "97178 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Log_Sanitization",
"value": 2305,
"unit": "ns/op\t 1481 B/op\t 22 allocs/op",
"extra": "497847 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Log_Sanitization - ns/op",
"value": 2305,
"unit": "ns/op",
"extra": "497847 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Log_Sanitization - B/op",
"value": 1481,
"unit": "B/op",
"extra": "497847 times\n4 procs"
},
{
"name": "BenchmarkSecurityOperations/Log_Sanitization - allocs/op",
"value": 22,
"unit": "allocs/op",
"extra": "497847 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheSet",
"value": 416.4,
"unit": "ns/op\t 151 B/op\t 4 allocs/op",
"extra": "2911844 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheSet - ns/op",
"value": 416.4,
"unit": "ns/op",
"extra": "2911844 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheSet - B/op",
"value": 151,
"unit": "B/op",
"extra": "2911844 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheSet - allocs/op",
"value": 4,
"unit": "allocs/op",
"extra": "2911844 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheGet",
"value": 173.3,
"unit": "ns/op\t 13 B/op\t 1 allocs/op",
"extra": "6890476 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheGet - ns/op",
"value": 173.3,
"unit": "ns/op",
"extra": "6890476 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheGet - B/op",
"value": 13,
"unit": "B/op",
"extra": "6890476 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheGet - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "6890476 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheConcurrent",
"value": 353,
"unit": "ns/op\t 86 B/op\t 2 allocs/op",
"extra": "3402284 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheConcurrent - ns/op",
"value": 353,
"unit": "ns/op",
"extra": "3402284 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheConcurrent - B/op",
"value": 86,
"unit": "B/op",
"extra": "3402284 times\n4 procs"
},
{
"name": "BenchmarkLRUCacheConcurrent - allocs/op",
"value": 2,
"unit": "allocs/op",
"extra": "3402284 times\n4 procs"
},
{
"name": "BenchmarkValidateFilePath",
"value": 31220,
"unit": "ns/op\t 2874 B/op\t 31 allocs/op",
"extra": "38257 times\n4 procs"
},
{
"name": "BenchmarkValidateFilePath - ns/op",
"value": 31220,
"unit": "ns/op",
"extra": "38257 times\n4 procs"
},
{
"name": "BenchmarkValidateFilePath - B/op",
"value": 2874,
"unit": "B/op",
"extra": "38257 times\n4 procs"
},
{
"name": "BenchmarkValidateFilePath - allocs/op",
"value": 31,
"unit": "allocs/op",
"extra": "38257 times\n4 procs"
},
{
"name": "BenchmarkBufferPoolOperations",
"value": 8.771,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "134124739 times\n4 procs"
},
{
"name": "BenchmarkBufferPoolOperations - ns/op",
"value": 8.771,
"unit": "ns/op",
"extra": "134124739 times\n4 procs"
},
{
"name": "BenchmarkBufferPoolOperations - B/op",
"value": 0,
"unit": "B/op",
"extra": "134124739 times\n4 procs"
},
{
"name": "BenchmarkBufferPoolOperations - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "134124739 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPoolOperations",
"value": 10387,
"unit": "ns/op\t 112 B/op\t 2 allocs/op",
"extra": "109780 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPoolOperations - ns/op",
"value": 10387,
"unit": "ns/op",
"extra": "109780 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPoolOperations - B/op",
"value": 112,
"unit": "B/op",
"extra": "109780 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPoolOperations - allocs/op",
"value": 2,
"unit": "allocs/op",
"extra": "109780 times\n4 procs"
},
{
"name": "BenchmarkSanitizeForLogging",
"value": 4718,
"unit": "ns/op\t 2531 B/op\t 40 allocs/op",
"extra": "251527 times\n4 procs"
},
{
"name": "BenchmarkSanitizeForLogging - ns/op",
"value": 4718,
"unit": "ns/op",
"extra": "251527 times\n4 procs"
},
{
"name": "BenchmarkSanitizeForLogging - B/op",
"value": 2531,
"unit": "B/op",
"extra": "251527 times\n4 procs"
},
{
"name": "BenchmarkSanitizeForLogging - allocs/op",
"value": 40,
"unit": "allocs/op",
"extra": "251527 times\n4 procs"
},
{
"name": "BenchmarkSanitizeHeaders",
"value": 1042,
"unit": "ns/op\t 424 B/op\t 8 allocs/op",
"extra": "1000000 times\n4 procs"
},
{
"name": "BenchmarkSanitizeHeaders - ns/op",
"value": 1042,
"unit": "ns/op",
"extra": "1000000 times\n4 procs"
},
{
"name": "BenchmarkSanitizeHeaders - B/op",
"value": 424,
"unit": "B/op",
"extra": "1000000 times\n4 procs"
},
{
"name": "BenchmarkSanitizeHeaders - allocs/op",
"value": 8,
"unit": "allocs/op",
"extra": "1000000 times\n4 procs"
},
{
"name": "BenchmarkRegisterComponent",
"value": 73.82,
"unit": "ns/op\t 122 B/op\t 0 allocs/op",
"extra": "19138498 times\n4 procs"
},
{
"name": "BenchmarkRegisterComponent - ns/op",
"value": 73.82,
"unit": "ns/op",
"extra": "19138498 times\n4 procs"
},
{
"name": "BenchmarkRegisterComponent - B/op",
"value": 122,
"unit": "B/op",
"extra": "19138498 times\n4 procs"
},
{
"name": "BenchmarkRegisterComponent - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "19138498 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupInMemory",
"value": 45.09,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "26061465 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupInMemory - ns/op",
"value": 45.09,
"unit": "ns/op",
"extra": "26061465 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupInMemory - B/op",
"value": 0,
"unit": "B/op",
"extra": "26061465 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupInMemory - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "26061465 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupRedis",
"value": 9149,
"unit": "ns/op\t 538 B/op\t 22 allocs/op",
"extra": "124267 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupRedis - ns/op",
"value": 9149,
"unit": "ns/op",
"extra": "124267 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupRedis - B/op",
"value": 538,
"unit": "B/op",
"extra": "124267 times\n4 procs"
},
{
"name": "BenchmarkCacheLookupRedis - allocs/op",
"value": 22,
"unit": "allocs/op",
"extra": "124267 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreInMemory",
"value": 398.7,
"unit": "ns/op\t 480 B/op\t 6 allocs/op",
"extra": "2978029 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreInMemory - ns/op",
"value": 398.7,
"unit": "ns/op",
"extra": "2978029 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreInMemory - B/op",
"value": 480,
"unit": "B/op",
"extra": "2978029 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreInMemory - allocs/op",
"value": 6,
"unit": "allocs/op",
"extra": "2978029 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreRedis",
"value": 10109,
"unit": "ns/op\t 1264 B/op\t 37 allocs/op",
"extra": "107793 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreRedis - ns/op",
"value": 10109,
"unit": "ns/op",
"extra": "107793 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreRedis - B/op",
"value": 1264,
"unit": "B/op",
"extra": "107793 times\n4 procs"
},
{
"name": "BenchmarkCacheStoreRedis - allocs/op",
"value": 37,
"unit": "allocs/op",
"extra": "107793 times\n4 procs"
},
{
"name": "BenchmarkMemCacheSet",
"value": 191.8,
"unit": "ns/op\t 128 B/op\t 3 allocs/op",
"extra": "6234447 times\n4 procs"
},
{
"name": "BenchmarkMemCacheSet - ns/op",
"value": 191.8,
"unit": "ns/op",
"extra": "6234447 times\n4 procs"
},
{
"name": "BenchmarkMemCacheSet - B/op",
"value": 128,
"unit": "B/op",
"extra": "6234447 times\n4 procs"
},
{
"name": "BenchmarkMemCacheSet - allocs/op",
"value": 3,
"unit": "allocs/op",
"extra": "6234447 times\n4 procs"
},
{
"name": "BenchmarkMemCacheGet",
"value": 73.96,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "16141819 times\n4 procs"
},
{
"name": "BenchmarkMemCacheGet - ns/op",
"value": 73.96,
"unit": "ns/op",
"extra": "16141819 times\n4 procs"
},
{
"name": "BenchmarkMemCacheGet - B/op",
"value": 0,
"unit": "B/op",
"extra": "16141819 times\n4 procs"
},
{
"name": "BenchmarkMemCacheGet - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "16141819 times\n4 procs"
},
{
"name": "BenchmarkMemCacheExpire",
"value": 5149654,
"unit": "ns/op\t 1708 B/op\t 15 allocs/op",
"extra": "232 times\n4 procs"
},
{
"name": "BenchmarkMemCacheExpire - ns/op",
"value": 5149654,
"unit": "ns/op",
"extra": "232 times\n4 procs"
},
{
"name": "BenchmarkMemCacheExpire - B/op",
"value": 1708,
"unit": "B/op",
"extra": "232 times\n4 procs"
},
{
"name": "BenchmarkMemCacheExpire - allocs/op",
"value": 15,
"unit": "allocs/op",
"extra": "232 times\n4 procs"
},
{
"name": "BenchmarkMemCacheStats",
"value": 0.0000072,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "1000000000 times\n4 procs"
},
{
"name": "BenchmarkMemCacheStats - ns/op",
"value": 0.0000072,
"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": 5815,
"unit": "ns/op\t 280 B/op\t 6 allocs/op",
"extra": "1000000 times\n4 procs"
},
{
"name": "BenchmarkCacheSet - ns/op",
"value": 5815,
"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": 74.34,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "16167378 times\n4 procs"
},
{
"name": "BenchmarkCacheGet - ns/op",
"value": 74.34,
"unit": "ns/op",
"extra": "16167378 times\n4 procs"
},
{
"name": "BenchmarkCacheGet - B/op",
"value": 0,
"unit": "B/op",
"extra": "16167378 times\n4 procs"
},
{
"name": "BenchmarkCacheGet - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "16167378 times\n4 procs"
},
{
"name": "BenchmarkCacheDelete",
"value": 406.1,
"unit": "ns/op\t 160 B/op\t 6 allocs/op",
"extra": "2953927 times\n4 procs"
},
{
"name": "BenchmarkCacheDelete - ns/op",
"value": 406.1,
"unit": "ns/op",
"extra": "2953927 times\n4 procs"
},
{
"name": "BenchmarkCacheDelete - B/op",
"value": 160,
"unit": "B/op",
"extra": "2953927 times\n4 procs"
},
{
"name": "BenchmarkCacheDelete - allocs/op",
"value": 6,
"unit": "allocs/op",
"extra": "2953927 times\n4 procs"
},
{
"name": "Benchmark_NewLogger/BenchmarkNew",
"value": 0.312,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "1000000000 times\n4 procs"
},
{
"name": "Benchmark_NewLogger/BenchmarkNew - ns/op",
"value": 0.312,
"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.3112,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "1000000000 times\n4 procs"
},
{
"name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormat - ns/op",
"value": 0.3112,
"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.3142,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "1000000000 times\n4 procs"
},
{
"name": "Benchmark_NewLogger/BenchmarkNewChangeLogLevel - ns/op",
"value": 0.3142,
"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.3229,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "1000000000 times\n4 procs"
},
{
"name": "Benchmark_NewLogger/BenchmarkNewChangeTimeFormatAndLogLevel - ns/op",
"value": 0.3229,
"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.7,
"unit": "ns/op\t 455 B/op\t 5 allocs/op",
"extra": "1401492 times\n4 procs"
},
{
"name": "Benchmark_Log_Debug - ns/op",
"value": 880.7,
"unit": "ns/op",
"extra": "1401492 times\n4 procs"
},
{
"name": "Benchmark_Log_Debug - B/op",
"value": 455,
"unit": "B/op",
"extra": "1401492 times\n4 procs"
},
{
"name": "Benchmark_Log_Debug - allocs/op",
"value": 5,
"unit": "allocs/op",
"extra": "1401492 times\n4 procs"
},
{
"name": "Benchmark_Log_Info",
"value": 869.3,
"unit": "ns/op\t 458 B/op\t 5 allocs/op",
"extra": "1385389 times\n4 procs"
},
{
"name": "Benchmark_Log_Info - ns/op",
"value": 869.3,
"unit": "ns/op",
"extra": "1385389 times\n4 procs"
},
{
"name": "Benchmark_Log_Info - B/op",
"value": 458,
"unit": "B/op",
"extra": "1385389 times\n4 procs"
},
{
"name": "Benchmark_Log_Info - allocs/op",
"value": 5,
"unit": "allocs/op",
"extra": "1385389 times\n4 procs"
},
{
"name": "Benchmark_Log_Warn",
"value": 881.5,
"unit": "ns/op\t 455 B/op\t 5 allocs/op",
"extra": "1399575 times\n4 procs"
},
{
"name": "Benchmark_Log_Warn - ns/op",
"value": 881.5,
"unit": "ns/op",
"extra": "1399575 times\n4 procs"
},
{
"name": "Benchmark_Log_Warn - B/op",
"value": 455,
"unit": "B/op",
"extra": "1399575 times\n4 procs"
},
{
"name": "Benchmark_Log_Warn - allocs/op",
"value": 5,
"unit": "allocs/op",
"extra": "1399575 times\n4 procs"
},
{
"name": "Benchmark_Log_Error",
"value": 977.5,
"unit": "ns/op\t 490 B/op\t 5 allocs/op",
"extra": "1249018 times\n4 procs"
},
{
"name": "Benchmark_Log_Error - ns/op",
"value": 977.5,
"unit": "ns/op",
"extra": "1249018 times\n4 procs"
},
{
"name": "Benchmark_Log_Error - B/op",
"value": 490,
"unit": "B/op",
"extra": "1249018 times\n4 procs"
},
{
"name": "Benchmark_Log_Error - allocs/op",
"value": 5,
"unit": "allocs/op",
"extra": "1249018 times\n4 procs"
},
{
"name": "Benchmark_Log_Fatal",
"value": 905.8,
"unit": "ns/op\t 461 B/op\t 5 allocs/op",
"extra": "1373475 times\n4 procs"
},
{
"name": "Benchmark_Log_Fatal - ns/op",
"value": 905.8,
"unit": "ns/op",
"extra": "1373475 times\n4 procs"
},
{
"name": "Benchmark_Log_Fatal - B/op",
"value": 461,
"unit": "B/op",
"extra": "1373475 times\n4 procs"
},
{
"name": "Benchmark_Log_Fatal - allocs/op",
"value": 5,
"unit": "allocs/op",
"extra": "1373475 times\n4 procs"
},
{
"name": "BenchmarkGetMetricsName",
"value": 1855,
"unit": "ns/op\t 528 B/op\t 10 allocs/op",
"extra": "572845 times\n4 procs"
},
{
"name": "BenchmarkGetMetricsName - ns/op",
"value": 1855,
"unit": "ns/op",
"extra": "572845 times\n4 procs"
},
{
"name": "BenchmarkGetMetricsName - B/op",
"value": 528,
"unit": "B/op",
"extra": "572845 times\n4 procs"
},
{
"name": "BenchmarkGetMetricsName - allocs/op",
"value": 10,
"unit": "allocs/op",
"extra": "572845 times\n4 procs"
},
{
"name": "BenchmarkCompileMetricsWithLabels",
"value": 626.6,
"unit": "ns/op\t 224 B/op\t 4 allocs/op",
"extra": "1920034 times\n4 procs"
},
{
"name": "BenchmarkCompileMetricsWithLabels - ns/op",
"value": 626.6,
"unit": "ns/op",
"extra": "1920034 times\n4 procs"
},
{
"name": "BenchmarkCompileMetricsWithLabels - B/op",
"value": 224,
"unit": "B/op",
"extra": "1920034 times\n4 procs"
},
{
"name": "BenchmarkCompileMetricsWithLabels - allocs/op",
"value": 4,
"unit": "allocs/op",
"extra": "1920034 times\n4 procs"
},
{
"name": "BenchmarkValidateMetricsName",
"value": 724.3,
"unit": "ns/op\t 320 B/op\t 6 allocs/op",
"extra": "1645388 times\n4 procs"
},
{
"name": "BenchmarkValidateMetricsName - ns/op",
"value": 724.3,
"unit": "ns/op",
"extra": "1645388 times\n4 procs"
},
{
"name": "BenchmarkValidateMetricsName - B/op",
"value": 320,
"unit": "B/op",
"extra": "1645388 times\n4 procs"
},
{
"name": "BenchmarkValidateMetricsName - allocs/op",
"value": 6,
"unit": "allocs/op",
"extra": "1645388 times\n4 procs"
},
{
"name": "BenchmarkBufferPool",
"value": 8.594,
"unit": "ns/op\t 0 B/op\t 0 allocs/op",
"extra": "139445620 times\n4 procs"
},
{
"name": "BenchmarkBufferPool - ns/op",
"value": 8.594,
"unit": "ns/op",
"extra": "139445620 times\n4 procs"
},
{
"name": "BenchmarkBufferPool - B/op",
"value": 0,
"unit": "B/op",
"extra": "139445620 times\n4 procs"
},
{
"name": "BenchmarkBufferPool - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "139445620 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPool",
"value": 9794,
"unit": "ns/op\t 143 B/op\t 3 allocs/op",
"extra": "116281 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPool - ns/op",
"value": 9794,
"unit": "ns/op",
"extra": "116281 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPool - B/op",
"value": 143,
"unit": "B/op",
"extra": "116281 times\n4 procs"
},
{
"name": "BenchmarkGzipWriterPool - allocs/op",
"value": 3,
"unit": "allocs/op",
"extra": "116281 times\n4 procs"
},
{
"name": "BenchmarkGzipReaderPool",
"value": 383.7,
"unit": "ns/op\t 562 B/op\t 2 allocs/op",
"extra": "3698082 times\n4 procs"
},
{
"name": "BenchmarkGzipReaderPool - ns/op",
"value": 383.7,
"unit": "ns/op",
"extra": "3698082 times\n4 procs"
},
{
"name": "BenchmarkGzipReaderPool - B/op",
"value": 562,
"unit": "B/op",
"extra": "3698082 times\n4 procs"
},
{
"name": "BenchmarkGzipReaderPool - allocs/op",
"value": 2,
"unit": "allocs/op",
"extra": "3698082 times\n4 procs"
},
{
"name": "BenchmarkWithoutPool",
"value": 22.35,
"unit": "ns/op\t 64 B/op\t 1 allocs/op",
"extra": "52406696 times\n4 procs"
},
{
"name": "BenchmarkWithoutPool - ns/op",
"value": 22.35,
"unit": "ns/op",
"extra": "52406696 times\n4 procs"
},
{
"name": "BenchmarkWithoutPool - B/op",
"value": 64,
"unit": "B/op",
"extra": "52406696 times\n4 procs"
},
{
"name": "BenchmarkWithoutPool - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "52406696 times\n4 procs"
}
]
}
]
}