Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 91ca071
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 20, 2024
1 parent d1e97e2 commit c5fb546
Showing 1 changed file with 169 additions and 1 deletion.
170 changes: 169 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1715134021757,
"lastUpdate": 1718855882752,
"repoUrl": "https://github.com/sunhailin-Leo/easytokenizer-to-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -2390,6 +2390,174 @@ window.BENCHMARK_DATA = {
"extra": "117835 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": "91ca07148181579137938a562012e6d9b312a93d",
"message": "Merge pull request #22 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-06-20T11:57:12+08:00",
"tree_id": "66ebef5eae2c15ecda5fbd31c8177a04ac48fd1f",
"url": "https://github.com/sunhailin-Leo/easytokenizer-to-go/commit/91ca07148181579137938a562012e6d9b312a93d"
},
"date": 1718855882375,
"tool": "go",
"benches": [
{
"name": "BenchmarkChineseEncode",
"value": 1592,
"unit": "ns/op\t 192 B/op\t 1 allocs/op",
"extra": "770786 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - ns/op",
"value": 1592,
"unit": "ns/op",
"extra": "770786 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - B/op",
"value": 192,
"unit": "B/op",
"extra": "770786 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "770786 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds",
"value": 2362,
"unit": "ns/op\t 752 B/op\t 12 allocs/op",
"extra": "476221 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - ns/op",
"value": 2362,
"unit": "ns/op",
"extra": "476221 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - B/op",
"value": 752,
"unit": "B/op",
"extra": "476221 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "476221 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize",
"value": 2940,
"unit": "ns/op\t 440 B/op\t 21 allocs/op",
"extra": "437058 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - ns/op",
"value": 2940,
"unit": "ns/op",
"extra": "437058 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - B/op",
"value": 440,
"unit": "B/op",
"extra": "437058 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - allocs/op",
"value": 21,
"unit": "allocs/op",
"extra": "437058 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode",
"value": 7539,
"unit": "ns/op\t 256 B/op\t 1 allocs/op",
"extra": "160099 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - ns/op",
"value": 7539,
"unit": "ns/op",
"extra": "160099 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - B/op",
"value": 256,
"unit": "B/op",
"extra": "160099 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "160099 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds",
"value": 8600,
"unit": "ns/op\t 1104 B/op\t 12 allocs/op",
"extra": "137343 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - ns/op",
"value": 8600,
"unit": "ns/op",
"extra": "137343 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - B/op",
"value": 1104,
"unit": "B/op",
"extra": "137343 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "137343 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize",
"value": 10414,
"unit": "ns/op\t 1056 B/op\t 40 allocs/op",
"extra": "115663 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - ns/op",
"value": 10414,
"unit": "ns/op",
"extra": "115663 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - B/op",
"value": 1056,
"unit": "B/op",
"extra": "115663 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - allocs/op",
"value": 40,
"unit": "allocs/op",
"extra": "115663 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit c5fb546

Please sign in to comment.