Skip to content

Commit

Permalink
add jieba_benchmark (cargo) benchmark result for d4c525f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Apr 11, 2024
1 parent 84d721f commit e44f9bc
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1712836065145,
"lastUpdate": 1712836342634,
"repoUrl": "https://github.com/messense/jieba-rs",
"entries": {
"jieba_benchmark": [
Expand Down Expand Up @@ -2222,6 +2222,86 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "messense",
"username": "messense"
},
"committer": {
"name": "messense",
"username": "messense"
},
"id": "d4c525f25c11b82406f095b67ca992187d8412d7",
"message": "Update actions to latest versions",
"timestamp": "2024-04-11T03:22:15Z",
"url": "https://github.com/messense/jieba-rs/pull/102/commits/d4c525f25c11b82406f095b67ca992187d8412d7"
},
"date": 1712836341765,
"tool": "cargo",
"benches": [
{
"name": "jieba/new",
"value": 96556263,
"range": "± 3057134",
"unit": "ns/iter"
},
{
"name": "cut/no_hmm",
"value": 4940,
"range": "± 105",
"unit": "ns/iter"
},
{
"name": "cut/with_hmm",
"value": 6892,
"range": "± 167",
"unit": "ns/iter"
},
{
"name": "cut/cut_all",
"value": 3326,
"range": "± 18",
"unit": "ns/iter"
},
{
"name": "cut/cut_for_search",
"value": 7634,
"range": "± 63",
"unit": "ns/iter"
},
{
"name": "tokenize/default_mode",
"value": 7045,
"range": "± 22",
"unit": "ns/iter"
},
{
"name": "tokenize/search_mode",
"value": 7455,
"range": "± 49",
"unit": "ns/iter"
},
{
"name": "jieba/tag",
"value": 7259,
"range": "± 90",
"unit": "ns/iter"
},
{
"name": "keywords/tfidf",
"value": 7950,
"range": "± 53",
"unit": "ns/iter"
},
{
"name": "keywords/textrank",
"value": 14557,
"range": "± 47",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit e44f9bc

Please sign in to comment.