Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 16ea328
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 26, 2024
1 parent 3ed1af3 commit 3168021
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": 1726925288957,
"lastUpdate": 1727313571597,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3326,6 +3326,78 @@ window.BENCHMARK_DATA = {
"extra": "161935 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": "16ea3280e16c0f48236dcf0617214822843b29df",
"message": "Merge pull request #85 from sunhailin-Leo/dependabot/go_modules/github.com/valyala/fasthttp-1.56.0\n\nBump github.com/valyala/fasthttp from 1.55.0 to 1.56.0",
"timestamp": "2024-09-26T09:18:53+08:00",
"tree_id": "9f36b59927c7898314b54c7cad5679dc665702db",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/16ea3280e16c0f48236dcf0617214822843b29df"
},
"date": 1727313571255,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 20596,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "57555 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 20596,
"unit": "ns/op",
"extra": "57555 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "57555 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "57555 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 7591,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "155028 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 7591,
"unit": "ns/op",
"extra": "155028 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "155028 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "155028 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 3168021

Please sign in to comment.