From 35478a7742da10f29fd5e8d13f0e09cb5acf5cb6 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Wed, 1 May 2024 03:17:57 +0000 Subject: [PATCH] add Benchmark (go) benchmark result for 85595fcd49159ab4b5e7026e5c7a3247bf212484 --- benchmarks/data.js | 74 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index cd800c9..2902a82 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1714101046822, + "lastUpdate": 1714533477449, "repoUrl": "https://github.com/sunhailin-Leo/triton-service-go", "entries": { "Benchmark": [ @@ -1606,6 +1606,78 @@ window.BENCHMARK_DATA = { "extra": "172510 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": "85595fcd49159ab4b5e7026e5c7a3247bf212484", + "message": "Merge pull request #61 from sunhailin-Leo/dependabot/go_modules/google.golang.org/protobuf-1.34.0\n\nBump google.golang.org/protobuf from 1.33.0 to 1.34.0", + "timestamp": "2024-05-01T11:17:17+08:00", + "tree_id": "55cf0282acf776627d19297020a1265fca725f93", + "url": "https://github.com/sunhailin-Leo/triton-service-go/commit/85595fcd49159ab4b5e7026e5c7a3247bf212484" + }, + "date": 1714533477035, + "tool": "go", + "benches": [ + { + "name": "BenchmarkFullTokenizerNotChinese", + "value": 21534, + "unit": "ns/op\t 11752 B/op\t 288 allocs/op", + "extra": "59407 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - ns/op", + "value": 21534, + "unit": "ns/op", + "extra": "59407 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - B/op", + "value": 11752, + "unit": "B/op", + "extra": "59407 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerNotChinese - allocs/op", + "value": 288, + "unit": "allocs/op", + "extra": "59407 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese", + "value": 7123, + "unit": "ns/op\t 4272 B/op\t 106 allocs/op", + "extra": "174166 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - ns/op", + "value": 7123, + "unit": "ns/op", + "extra": "174166 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - B/op", + "value": 4272, + "unit": "B/op", + "extra": "174166 times\n4 procs" + }, + { + "name": "BenchmarkFullTokenizerChinese - allocs/op", + "value": 106, + "unit": "allocs/op", + "extra": "174166 times\n4 procs" + } + ] } ] }