Skip to content

Commit

Permalink
add Benchmark (go) benchmark result for c2fc870
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 22, 2023
1 parent 343aa41 commit a3518ae
Showing 1 changed file with 133 additions and 1 deletion.
134 changes: 133 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1700536634445,
"lastUpdate": 1700645337194,
"repoUrl": "https://github.com/sunhailin-Leo/easytokenizer-to-go",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -122,6 +122,138 @@ window.BENCHMARK_DATA = {
"extra": "112510 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": "c2fc8707faf4d0352ab822ae72cf46a89c844067",
"message": "Merge pull request #9 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:08+08:00",
"tree_id": "01f37c632b6419b082c5dc06f668b59393bd7cca",
"url": "https://github.com/sunhailin-Leo/easytokenizer-to-go/commit/c2fc8707faf4d0352ab822ae72cf46a89c844067"
},
"date": 1700645336715,
"tool": "go",
"benches": [
{
"name": "BenchmarkChineseEncode - ns/op",
"value": 1521,
"unit": "ns/op",
"extra": "782113 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - B/op",
"value": 192,
"unit": "B/op",
"extra": "782113 times\n4 procs"
},
{
"name": "BenchmarkChineseEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "782113 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - ns/op",
"value": 2350,
"unit": "ns/op",
"extra": "493200 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - B/op",
"value": 752,
"unit": "B/op",
"extra": "493200 times\n4 procs"
},
{
"name": "BenchmarkChineseEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "493200 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - ns/op",
"value": 3001,
"unit": "ns/op",
"extra": "399782 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - B/op",
"value": 440,
"unit": "B/op",
"extra": "399782 times\n4 procs"
},
{
"name": "BenchmarkChineseWordPieceTokenize - allocs/op",
"value": 21,
"unit": "allocs/op",
"extra": "399782 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - ns/op",
"value": 7258,
"unit": "ns/op",
"extra": "164168 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - B/op",
"value": 256,
"unit": "B/op",
"extra": "164168 times\n4 procs"
},
{
"name": "BenchmarkThaiEncode - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "164168 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - ns/op",
"value": 8331,
"unit": "ns/op",
"extra": "140517 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - B/op",
"value": 1104,
"unit": "B/op",
"extra": "140517 times\n4 procs"
},
{
"name": "BenchmarkThaiEncodeWithIds - allocs/op",
"value": 12,
"unit": "allocs/op",
"extra": "140517 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - ns/op",
"value": 10450,
"unit": "ns/op",
"extra": "123138 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - B/op",
"value": 1056,
"unit": "B/op",
"extra": "123138 times\n4 procs"
},
{
"name": "BenchmarkThaiWordPieceTokenize - allocs/op",
"value": 40,
"unit": "allocs/op",
"extra": "123138 times\n4 procs"
}
]
}
]
}
Expand Down

0 comments on commit a3518ae

Please sign in to comment.