-
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 f5b1c32
- Loading branch information
github-action-benchmark
committed
Nov 21, 2023
1 parent
0285306
commit 0add8fe
Showing
1 changed file
with
37 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": 1700535999113, | ||
"lastUpdate": 1700536366291, | ||
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -38,6 +38,42 @@ window.BENCHMARK_DATA = { | |
"extra": "163981 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": "f5b1c32314a29e5808360e4be740e5de98e2b410", | ||
"message": "Merge pull request #37 from sunhailin-Leo/dependabot/go_modules/github.com/valyala/fasthttp-1.51.0\n\nBump github.com/valyala/fasthttp from 1.50.0 to 1.51.0", | ||
"timestamp": "2023-11-21T11:12:10+08:00", | ||
"tree_id": "311346c799f03c50e7557984ed49271bd6b2b999", | ||
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/f5b1c32314a29e5808360e4be740e5de98e2b410" | ||
}, | ||
"date": 1700536365830, | ||
"tool": "go", | ||
"benches": [ | ||
{ | ||
"name": "BenchmarkFullTokenizerNotChinese", | ||
"value": 20007, | ||
"unit": "ns/op\t 11752 B/op\t 288 allocs/op", | ||
"extra": "59136 times\n4 procs" | ||
}, | ||
{ | ||
"name": "BenchmarkFullTokenizerChinese", | ||
"value": 7137, | ||
"unit": "ns/op\t 4272 B/op\t 106 allocs/op", | ||
"extra": "165411 times\n4 procs" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|