Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for 53a314e
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 16, 2024
1 parent e8c0cbd commit e81f119
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": 1707111509546,
"lastUpdate": 1708073266928,
"repoUrl": "https://github.com/sunhailin-Leo/easytokenizer-to-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -1214,6 +1214,174 @@ window.BENCHMARK_DATA = {
"extra": "115602 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": "53a314ee49e6917d7d4a335f0e2577f3090d8e17",
"message": "Merge pull request #17 from sunhailin-Leo/dependabot/github_actions/golangci/golangci-lint-action-4\n\nBump golangci/golangci-lint-action from 3 to 4",
"timestamp": "2024-02-16T16:47:03+08:00",
"tree_id": "676300cf4617f370f664d740b4e7a4f00a1c637a",
"url": "https://github.com/sunhailin-Leo/easytokenizer-to-go/commit/53a314ee49e6917d7d4a335f0e2577f3090d8e17"
},
"date": 1708073266572,
"tool": "go",
"benches": [
{
"name": "BenchmarkChineseEncode",
"value": 1484,
"unit": "ns/op\t 192 B/op\t 1 allocs/op",
"extra": "750091 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - ns/op",
"value": 1484,
"unit": "ns/op",
"extra": "750091 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - B/op",
"value": 192,
"unit": "B/op",
"extra": "750091 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "750091 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds",
"value": 2347,
"unit": "ns/op\t 752 B/op\t 12 allocs/op",
"extra": "478428 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - ns/op",
"value": 2347,
"unit": "ns/op",
"extra": "478428 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - B/op",
"value": 752,
"unit": "B/op",
"extra": "478428 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "478428 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize",
"value": 2859,
"unit": "ns/op\t 440 B/op\t 21 allocs/op",
"extra": "397896 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - ns/op",
"value": 2859,
"unit": "ns/op",
"extra": "397896 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - B/op",
"value": 440,
"unit": "B/op",
"extra": "397896 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - allocs/op",
"value": 21,
"unit": "allocs/op",
"extra": "397896 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode",
"value": 7354,
"unit": "ns/op\t 256 B/op\t 1 allocs/op",
"extra": "165027 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - ns/op",
"value": 7354,
"unit": "ns/op",
"extra": "165027 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - B/op",
"value": 256,
"unit": "B/op",
"extra": "165027 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "165027 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds",
"value": 8437,
"unit": "ns/op\t 1104 B/op\t 12 allocs/op",
"extra": "137654 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - ns/op",
"value": 8437,
"unit": "ns/op",
"extra": "137654 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - B/op",
"value": 1104,
"unit": "B/op",
"extra": "137654 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "137654 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize",
"value": 10231,
"unit": "ns/op\t 1056 B/op\t 40 allocs/op",
"extra": "121515 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - ns/op",
"value": 10231,
"unit": "ns/op",
"extra": "121515 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - B/op",
"value": 1056,
"unit": "B/op",
"extra": "121515 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - allocs/op",
"value": 40,
"unit": "allocs/op",
"extra": "121515 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit e81f119

Please sign in to comment.