Skip to content

Commit 3c0f01d

Browse files
author
github-action-benchmark
committed
add Go Benchmark (go) benchmark result for ca3d002
1 parent 2d8cbee commit 3c0f01d

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

benchmark-data/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1766400212781,
2+
"lastUpdate": 1767063791608,
33
"repoUrl": "https://github.com/langgenius/dify-plugin-daemon",
44
"entries": {
55
"Go Benchmark": [
@@ -10850,6 +10850,54 @@ window.BENCHMARK_DATA = {
1085010850
"extra": "1000000000 times\n4 procs"
1085110851
}
1085210852
]
10853+
},
10854+
{
10855+
"commit": {
10856+
"author": {
10857+
"email": "byron@dify.ai",
10858+
"name": "Byron.wang",
10859+
"username": "41tair"
10860+
},
10861+
"committer": {
10862+
"email": "noreply@github.com",
10863+
"name": "GitHub",
10864+
"username": "web-flow"
10865+
},
10866+
"distinct": true,
10867+
"id": "ca3d00229e71ac02518d52709680f6b83a6ef7b5",
10868+
"message": "Feat/Implement structured logging and Trace ID propagation (#552)\n\n* use slog instead of log package and format to new log schema\n\n* update the environment name to LOG_OUTPUT_FORMAT\n\n* add the env to .env.example\n\n* fix log reference error\n\n* change the order of milldlewares\n\n* delete unused code\n\n* fix the concurrently session potential race condition\n\n* fix the log format in tests\n\n* update the duplicate code\n\n* refactor: convert log functions to slog structured format\n\n- Change log.Error/Info/Warn/Debug/Panic to accept msg + key-value pairs\n- Remove printf-style formatting from log functions\n- Update log calls in internal/cluster, internal/db, internal/core/session_manager\n- Remove unused 'initialized' variable from log package\n- Remaining files will be updated in follow-up commits\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n* refactor: update all log call sites to use slog structured format\n\nConvert all log.Error, log.Info, log.Warn, log.Debug, and log.Panic\ncalls from printf-style formatting to slog key-value pairs.\n\nBefore: log.Error(\"failed to do something: %s\", err.Error())\nAfter: log.Error(\"failed to do something\", \"error\", err)\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n* refactor: update cmd/ log calls to use slog structured format\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>\n\n* feat: implement GnetLogger for structured logging in gnet\n\n* refactor: remove deprecated log visibility functions and related calls\n\n* feat: enhance session management with trace and identity context propagation\n\n* feat: implement serverless transaction handler and writer for plugin runtime\n\n* refactor: rename context field to traceCtx in RealBackwardsInvocation\n\n---------\n\nCo-authored-by: Claude Opus 4.5 <noreply@anthropic.com>\nCo-authored-by: Yeuoly <admin@srmxy.cn>",
10869+
"timestamp": "2025-12-30T11:00:48+08:00",
10870+
"tree_id": "909458d7f2d3e351563a2cfe3b9c9458ca7907f4",
10871+
"url": "https://github.com/langgenius/dify-plugin-daemon/commit/ca3d00229e71ac02518d52709680f6b83a6ef7b5"
10872+
},
10873+
"date": 1767063791218,
10874+
"tool": "go",
10875+
"benches": [
10876+
{
10877+
"name": "BenchmarkStream",
10878+
"value": 30.89,
10879+
"unit": "ns/op\t 15 B/op\t 0 allocs/op",
10880+
"extra": "1000000000 times\n4 procs"
10881+
},
10882+
{
10883+
"name": "BenchmarkStream - ns/op",
10884+
"value": 30.89,
10885+
"unit": "ns/op",
10886+
"extra": "1000000000 times\n4 procs"
10887+
},
10888+
{
10889+
"name": "BenchmarkStream - B/op",
10890+
"value": 15,
10891+
"unit": "B/op",
10892+
"extra": "1000000000 times\n4 procs"
10893+
},
10894+
{
10895+
"name": "BenchmarkStream - allocs/op",
10896+
"value": 0,
10897+
"unit": "allocs/op",
10898+
"extra": "1000000000 times\n4 procs"
10899+
}
10900+
]
1085310901
}
1085410902
]
1085510903
}

0 commit comments

Comments
 (0)