Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 11406f0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 8, 2024
1 parent 35478a7 commit f3e80c8
Showing 1 changed file with 73 additions and 1 deletion.
74 changes: 73 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1714533477449,
"lastUpdate": 1715131086510,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1678,6 +1678,78 @@ window.BENCHMARK_DATA = {
"extra": "174166 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": "11406f08015d9093a1694d90f49923cbe0ca7b7c",
"message": "Merge pull request #64 from sunhailin-Leo/dependabot/go_modules/google.golang.org/protobuf-1.34.1\n\nBump google.golang.org/protobuf from 1.34.0 to 1.34.1",
"timestamp": "2024-05-08T09:17:26+08:00",
"tree_id": "8e9db5436bb7344e5d91a999b684e1e1a1ce3d0a",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/11406f08015d9093a1694d90f49923cbe0ca7b7c"
},
"date": 1715131086045,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 21306,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "51764 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 21306,
"unit": "ns/op",
"extra": "51764 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "51764 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "51764 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 6800,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "173650 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 6800,
"unit": "ns/op",
"extra": "173650 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "173650 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "173650 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit f3e80c8

Please sign in to comment.