-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (go) benchmark result for 3b629b3
- Loading branch information
github-action-benchmark
committed
Jun 18, 2024
1 parent
8783542
commit 5ddf999
Showing
1 changed file
with
73 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1718249725613, | ||
"lastUpdate": 1718712618450, | ||
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2468,6 +2468,78 @@ window.BENCHMARK_DATA = { | |
"extra": "162478 times\n4 procs" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "LeoSun", | ||
"username": "sunhailin-Leo" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "3b629b31a52382eb3ce4190b833d6ca96a0f3e73", | ||
"message": "Merge pull request #74 from sunhailin-Leo/dependabot/go_modules/github.com/valyala/fasthttp-1.55.0\n\nBump github.com/valyala/fasthttp from 1.54.0 to 1.55.0", | ||
"timestamp": "2024-06-18T20:09:35+08:00", | ||
"tree_id": "eb478f513e33159283ffe5f70c2b8ca56211b5ec", | ||
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/3b629b31a52382eb3ce4190b833d6ca96a0f3e73" | ||
}, | ||
"date": 1718712617994, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese", | ||
"value": 19993, | ||
"unit": "ns/op\t 11752 B/op\t 288 allocs/op", | ||
"extra": "59546 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - ns/op", | ||
"value": 19993, | ||
"unit": "ns/op", | ||
"extra": "59546 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - B/op", | ||
"value": 11752, | ||
"unit": "B/op", | ||
"extra": "59546 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - allocs/op", | ||
"value": 288, | ||
"unit": "allocs/op", | ||
"extra": "59546 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese", | ||
"value": 7117, | ||
"unit": "ns/op\t 4272 B/op\t 106 allocs/op", | ||
"extra": "168202 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - ns/op", | ||
"value": 7117, | ||
"unit": "ns/op", | ||
"extra": "168202 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - B/op", | ||
"value": 4272, | ||
"unit": "B/op", | ||
"extra": "168202 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - allocs/op", | ||
"value": 106, | ||
"unit": "allocs/op", | ||
"extra": "168202 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|