Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for 46e94b1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 4, 2023
1 parent d01bb66 commit ab6ac0b
Showing 1 changed file with 59 additions and 1 deletion.
60 changes: 59 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701653351626,
"lastUpdate": 1701653492304,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -7428,6 +7428,64 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "dependabot[bot]",
"username": "dependabot[bot]",
"email": "49699333+dependabot[bot]@users.noreply.github.com"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "noreply@github.com"
},
"id": "46e94b1e548760a3c9eea13c11946e91fba2863b",
"message": "Bump cities-json from 0.5.0 to 0.5.1 in /rust (#132)\n\nBumps [cities-json](https://github.com/ringsaturn/go-cities.json) from 0.5.0 to 0.5.1.\r\n- [Release notes](https://github.com/ringsaturn/go-cities.json/releases)\r\n- [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.5.0...v0.5.1)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: cities-json\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"timestamp": "2023-11-05T16:37:28Z",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/46e94b1e548760a3c9eea13c11946e91fba2863b"
},
"date": 1701653490930,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 696,
"range": "± 44",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2883,
"range": "± 961",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 144,
"range": "± 14",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 2009,
"range": "± 84",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 8528,
"range": "± 340",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 731,
"range": "± 23",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit ab6ac0b

Please sign in to comment.