From 31680219363354e5f94cf1ea600e56fb135e7433 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 26 Sep 2024 01:19:31 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 16ea3280e16c0f48236dcf0617214822843b29df --- benchmarks/data.js | 74 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index e9369bb..e4099ce 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1726925288957, + "lastUpdate": 1727313571597, "repoUrl": "https://github.com/sunhailin-Leo/triton-service-go", "entries": { "Benchmark": [ @@ -3326,6 +3326,78 @@ window.BENCHMARK_DATA = { "extra": "161935 times\n4 procs" } ] + }, + { + "commit": { + "author": { + "email": "379978424@qq.com", + "name": "LeoSun", + "username": "sunhailin-Leo" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "16ea3280e16c0f48236dcf0617214822843b29df", + "message": "Merge pull request #85 from sunhailin-Leo/dependabot/go_modules/github.com/valyala/fasthttp-1.56.0\n\nBump github.com/valyala/fasthttp from 1.55.0 to 1.56.0", + "timestamp": "2024-09-26T09:18:53+08:00", + "tree_id": "9f36b59927c7898314b54c7cad5679dc665702db", + "url": "https://github.com/sunhailin-Leo/triton-service-go/commit/16ea3280e16c0f48236dcf0617214822843b29df" + }, + "date": 1727313571255, + "tool": "go", + "benches": [ + { + "name": "BenchmarkFullTokenizerNotChinese", + "value": 20596, + "unit": "ns/op\t 11752 B/op\t 288 allocs/op", + "extra": "57555 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - ns/op", + "value": 20596, + "unit": "ns/op", + "extra": "57555 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - B/op", + "value": 11752, + "unit": "B/op", + "extra": "57555 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - allocs/op", + "value": 288, + "unit": "allocs/op", + "extra": "57555 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese", + "value": 7591, + "unit": "ns/op\t 4272 B/op\t 106 allocs/op", + "extra": "155028 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - ns/op", + "value": 7591, + "unit": "ns/op", + "extra": "155028 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - B/op", + "value": 4272, + "unit": "B/op", + "extra": "155028 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - allocs/op", + "value": 106, + "unit": "allocs/op", + "extra": "155028 times\n4 procs" + } + ] } ] }