Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 8b8d15c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 16, 2024
1 parent 492c6ec commit b065643
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": 1715835185656,
"lastUpdate": 1715835218019,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1966,6 +1966,78 @@ window.BENCHMARK_DATA = {
"extra": "174513 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": "8b8d15cba0f5af20b45c9523ba65c9cf26dabbf8",
"message": "Merge pull request #67 from sunhailin-Leo/dependabot/github_actions/securego/gosec-2.20.0\n\nBump securego/gosec from 2.19.0 to 2.20.0",
"timestamp": "2024-05-16T12:53:00+08:00",
"tree_id": "edaaea200925a98b93c5300445f18fc134482649",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/8b8d15cba0f5af20b45c9523ba65c9cf26dabbf8"
},
"date": 1715835217610,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 19780,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "59754 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 19780,
"unit": "ns/op",
"extra": "59754 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "59754 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "59754 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 6753,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "177187 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 6753,
"unit": "ns/op",
"extra": "177187 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "177187 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "177187 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit b065643

Please sign in to comment.