-
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 bdf2346
- Loading branch information
github-action-benchmark
committed
Nov 22, 2023
1 parent
0add8fe
commit fcea6fe
Showing
1 changed file
with
61 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": 1700536366291, | ||
"lastUpdate": 1700645323356, | ||
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -74,6 +74,66 @@ window.BENCHMARK_DATA = { | |
"extra": "165411 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": "bdf2346a9b42e82c36ae2d0d849d19726e652199", | ||
"message": "Merge pull request #39 from sunhailin-Leo/dependabot/github_actions/benchmark-action/github-action-benchmark-1.18.0\n\nBump benchmark-action/github-action-benchmark from 1.16.2 to 1.18.0", | ||
"timestamp": "2023-11-22T17:28:04+08:00", | ||
"tree_id": "0b27456cdbe42682d464e111d6d500e785b8db7e", | ||
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/bdf2346a9b42e82c36ae2d0d849d19726e652199" | ||
}, | ||
"date": 1700645322680, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - ns/op", | ||
"value": 20150, | ||
"unit": "ns/op", | ||
"extra": "59060 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - B/op", | ||
"value": 11752, | ||
"unit": "B/op", | ||
"extra": "59060 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese - allocs/op", | ||
"value": 288, | ||
"unit": "allocs/op", | ||
"extra": "59060 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - ns/op", | ||
"value": 7204, | ||
"unit": "ns/op", | ||
"extra": "166634 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - B/op", | ||
"value": 4272, | ||
"unit": "B/op", | ||
"extra": "166634 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese - allocs/op", | ||
"value": 106, | ||
"unit": "allocs/op", | ||
"extra": "166634 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|