|
1 | 1 | window.BENCHMARK_DATA = { |
2 | | - "lastUpdate": 1750387040016, |
| 2 | + "lastUpdate": 1750668908236, |
3 | 3 | "repoUrl": "https://github.com/langgenius/dify-plugin-daemon", |
4 | 4 | "entries": { |
5 | 5 | "Go Benchmark": [ |
@@ -5474,6 +5474,78 @@ window.BENCHMARK_DATA = { |
5474 | 5474 | "extra": "988069286 times\n4 procs" |
5475 | 5475 | } |
5476 | 5476 | ] |
| 5477 | + }, |
| 5478 | + { |
| 5479 | + "commit": { |
| 5480 | + "author": { |
| 5481 | + "email": "tsonglew@gmail.com", |
| 5482 | + "name": "Tsonglew", |
| 5483 | + "username": "tsonglew" |
| 5484 | + }, |
| 5485 | + "committer": { |
| 5486 | + "email": "noreply@github.com", |
| 5487 | + "name": "GitHub", |
| 5488 | + "username": "web-flow" |
| 5489 | + }, |
| 5490 | + "distinct": true, |
| 5491 | + "id": "166609f3f6a4f67f4fc74f411acdc237ec29093c", |
| 5492 | + "message": "fix: launch error when using redis sentinel (#352)", |
| 5493 | + "timestamp": "2025-06-23T16:51:22+08:00", |
| 5494 | + "tree_id": "3bba7170ade46e21e540b67a1880f22328c1abc4", |
| 5495 | + "url": "https://github.com/langgenius/dify-plugin-daemon/commit/166609f3f6a4f67f4fc74f411acdc237ec29093c" |
| 5496 | + }, |
| 5497 | + "date": 1750668907792, |
| 5498 | + "tool": "go", |
| 5499 | + "benches": [ |
| 5500 | + { |
| 5501 | + "name": "BenchmarkLocalOpenAILLMInvocation", |
| 5502 | + "value": 139252092, |
| 5503 | + "unit": "ns/op\t 1569375 B/op\t 27514 allocs/op", |
| 5504 | + "extra": "253 times\n4 procs" |
| 5505 | + }, |
| 5506 | + { |
| 5507 | + "name": "BenchmarkLocalOpenAILLMInvocation - ns/op", |
| 5508 | + "value": 139252092, |
| 5509 | + "unit": "ns/op", |
| 5510 | + "extra": "253 times\n4 procs" |
| 5511 | + }, |
| 5512 | + { |
| 5513 | + "name": "BenchmarkLocalOpenAILLMInvocation - B/op", |
| 5514 | + "value": 1569375, |
| 5515 | + "unit": "B/op", |
| 5516 | + "extra": "253 times\n4 procs" |
| 5517 | + }, |
| 5518 | + { |
| 5519 | + "name": "BenchmarkLocalOpenAILLMInvocation - allocs/op", |
| 5520 | + "value": 27514, |
| 5521 | + "unit": "allocs/op", |
| 5522 | + "extra": "253 times\n4 procs" |
| 5523 | + }, |
| 5524 | + { |
| 5525 | + "name": "BenchmarkStream", |
| 5526 | + "value": 36.67, |
| 5527 | + "unit": "ns/op\t 15 B/op\t 0 allocs/op", |
| 5528 | + "extra": "969203689 times\n4 procs" |
| 5529 | + }, |
| 5530 | + { |
| 5531 | + "name": "BenchmarkStream - ns/op", |
| 5532 | + "value": 36.67, |
| 5533 | + "unit": "ns/op", |
| 5534 | + "extra": "969203689 times\n4 procs" |
| 5535 | + }, |
| 5536 | + { |
| 5537 | + "name": "BenchmarkStream - B/op", |
| 5538 | + "value": 15, |
| 5539 | + "unit": "B/op", |
| 5540 | + "extra": "969203689 times\n4 procs" |
| 5541 | + }, |
| 5542 | + { |
| 5543 | + "name": "BenchmarkStream - allocs/op", |
| 5544 | + "value": 0, |
| 5545 | + "unit": "allocs/op", |
| 5546 | + "extra": "969203689 times\n4 procs" |
| 5547 | + } |
| 5548 | + ] |
5477 | 5549 | } |
5478 | 5550 | ] |
5479 | 5551 | } |
|
0 commit comments