Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 2109c34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 8, 2024
1 parent da4d296 commit a24d33b
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": 1728354601810,
"lastUpdate": 1728354953889,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3470,6 +3470,78 @@ window.BENCHMARK_DATA = {
"extra": "163761 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": "2109c34f0c540efc2c80b133fc2b8e1bf6816554",
"message": "Merge pull request #89 from sunhailin-Leo/dependabot/go_modules/google.golang.org/protobuf-1.35.1\n\nBump google.golang.org/protobuf from 1.34.2 to 1.35.1",
"timestamp": "2024-10-08T10:35:10+08:00",
"tree_id": "1963bb308e9b0911323a43942e603706aa819b01",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/2109c34f0c540efc2c80b133fc2b8e1bf6816554"
},
"date": 1728354953377,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 21033,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "57409 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 21033,
"unit": "ns/op",
"extra": "57409 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "57409 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "57409 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 7267,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "162033 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 7267,
"unit": "ns/op",
"extra": "162033 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "162033 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "162033 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit a24d33b

Please sign in to comment.