Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for e17d294
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 10, 2024
1 parent 84f1978 commit a577bbf
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": 1712662057726,
"lastUpdate": 1712733954721,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1462,6 +1462,78 @@ window.BENCHMARK_DATA = {
"extra": "162343 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": "e17d2943b56fa2690c403e8bd9f8b378323ee7a1",
"message": "Merge pull request #59 from sunhailin-Leo/dependabot/go_modules/google.golang.org/grpc-1.63.2\n\nBump google.golang.org/grpc from 1.62.1 to 1.63.2",
"timestamp": "2024-04-10T16:25:13+09:00",
"tree_id": "635bfc4309e506421b28c6623dbbbb0acd9904a7",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/e17d2943b56fa2690c403e8bd9f8b378323ee7a1"
},
"date": 1712733953723,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 20443,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "60169 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 20443,
"unit": "ns/op",
"extra": "60169 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "60169 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "60169 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 7319,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "175536 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 7319,
"unit": "ns/op",
"extra": "175536 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "175536 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "175536 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit a577bbf

Please sign in to comment.