Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for f5b1c32
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 21, 2023
1 parent 0285306 commit 0add8fe
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1700535999113,
"lastUpdate": 1700536366291,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -38,6 +38,42 @@ window.BENCHMARK_DATA = {
"extra": "163981 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": "f5b1c32314a29e5808360e4be740e5de98e2b410",
"message": "Merge pull request #37 from sunhailin-Leo/dependabot/go_modules/github.com/valyala/fasthttp-1.51.0\n\nBump github.com/valyala/fasthttp from 1.50.0 to 1.51.0",
"timestamp": "2023-11-21T11:12:10+08:00",
"tree_id": "311346c799f03c50e7557984ed49271bd6b2b999",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/f5b1c32314a29e5808360e4be740e5de98e2b410"
},
"date": 1700536365830,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese",
"value": 20007,
"unit": "ns/op\t 11752 B/op\t 288 allocs/op",
"extra": "59136 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese",
"value": 7137,
"unit": "ns/op\t 4272 B/op\t 106 allocs/op",
"extra": "165411 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 0add8fe

Please sign in to comment.