Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 75e9886
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 15, 2024
1 parent de9010e commit 4145a4c
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": 1726925272652,
"lastUpdate": 1729004080092,
"repoUrl": "https://github.com/sunhailin-Leo/easytokenizer-to-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3062,6 +3062,174 @@ window.BENCHMARK_DATA = {
"extra": "117367 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": "75e98863bf9a56eb4863df6650f4db3fc124fe19",
"message": "Merge pull request #27 from sunhailin-Leo/dependabot/github_actions/securego/gosec-2.21.4\n\nBump securego/gosec from 2.21.3 to 2.21.4",
"timestamp": "2024-10-15T22:53:51+08:00",
"tree_id": "953ddbd0a9d8cad9f254c3444a4763b571708841",
"url": "https://github.com/sunhailin-Leo/easytokenizer-to-go/commit/75e98863bf9a56eb4863df6650f4db3fc124fe19"
},
"date": 1729004079216,
"tool": "go",
"benches": [
{
"name": "BenchmarkChineseEncode",
"value": 1507,
"unit": "ns/op\t 192 B/op\t 1 allocs/op",
"extra": "772314 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - ns/op",
"value": 1507,
"unit": "ns/op",
"extra": "772314 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - B/op",
"value": 192,
"unit": "B/op",
"extra": "772314 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "772314 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds",
"value": 2383,
"unit": "ns/op\t 752 B/op\t 12 allocs/op",
"extra": "472214 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - ns/op",
"value": 2383,
"unit": "ns/op",
"extra": "472214 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - B/op",
"value": 752,
"unit": "B/op",
"extra": "472214 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "472214 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize",
"value": 2845,
"unit": "ns/op\t 440 B/op\t 21 allocs/op",
"extra": "395794 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - ns/op",
"value": 2845,
"unit": "ns/op",
"extra": "395794 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - B/op",
"value": 440,
"unit": "B/op",
"extra": "395794 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - allocs/op",
"value": 21,
"unit": "allocs/op",
"extra": "395794 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode",
"value": 7328,
"unit": "ns/op\t 256 B/op\t 1 allocs/op",
"extra": "163394 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - ns/op",
"value": 7328,
"unit": "ns/op",
"extra": "163394 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - B/op",
"value": 256,
"unit": "B/op",
"extra": "163394 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "163394 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds",
"value": 8523,
"unit": "ns/op\t 1104 B/op\t 12 allocs/op",
"extra": "140539 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - ns/op",
"value": 8523,
"unit": "ns/op",
"extra": "140539 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - B/op",
"value": 1104,
"unit": "B/op",
"extra": "140539 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "140539 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize",
"value": 10117,
"unit": "ns/op\t 1056 B/op\t 40 allocs/op",
"extra": "120801 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - ns/op",
"value": 10117,
"unit": "ns/op",
"extra": "120801 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - B/op",
"value": 1056,
"unit": "B/op",
"extra": "120801 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - allocs/op",
"value": 40,
"unit": "allocs/op",
"extra": "120801 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit 4145a4c

Please sign in to comment.