Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for bdf2346
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 22, 2023
1 parent 0add8fe commit fcea6fe
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1700536366291,
"lastUpdate": 1700645323356,
"repoUrl": "https://github.com/sunhailin-Leo/triton-service-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -74,6 +74,66 @@ window.BENCHMARK_DATA = {
"extra": "165411 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": "bdf2346a9b42e82c36ae2d0d849d19726e652199",
"message": "Merge pull request #39 from sunhailin-Leo/dependabot/github_actions/benchmark-action/github-action-benchmark-1.18.0\n\nBump benchmark-action/github-action-benchmark from 1.16.2 to 1.18.0",
"timestamp": "2023-11-22T17:28:04+08:00",
"tree_id": "0b27456cdbe42682d464e111d6d500e785b8db7e",
"url": "https://github.com/sunhailin-Leo/triton-service-go/commit/bdf2346a9b42e82c36ae2d0d849d19726e652199"
},
"date": 1700645322680,
"tool": "go",
"benches": [
{
"name": "BenchmarkFullTokenizerNotChinese - ns/op",
"value": 20150,
"unit": "ns/op",
"extra": "59060 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - B/op",
"value": 11752,
"unit": "B/op",
"extra": "59060 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerNotChinese - allocs/op",
"value": 288,
"unit": "allocs/op",
"extra": "59060 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - ns/op",
"value": 7204,
"unit": "ns/op",
"extra": "166634 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - B/op",
"value": 4272,
"unit": "B/op",
"extra": "166634 times\n4 procs"
},
{
"name": "BenchmarkFullTokenizerChinese - allocs/op",
"value": 106,
"unit": "allocs/op",
"extra": "166634 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit fcea6fe

Please sign in to comment.