Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for ccc9b34
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 2, 2024
1 parent 2e8a7b6 commit aa5f5d2
Showing 1 changed file with 79 additions and 1 deletion.
80 changes: 79 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1730510232797,
"lastUpdate": 1730510310580,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -30290,6 +30290,84 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "ccc9b34cf8b7e725907b267c12376964ec4eabcf",
"message": "Bump cities-json from 0.6.3 to 0.6.6 in /rust in the dependencies group (#169)\n\nBumps the dependencies group in /rust with 1 update: [cities-json](https://github.com/ringsaturn/go-cities.json).\r\n\r\n\r\nUpdates `cities-json` from 0.6.3 to 0.6.6\r\n- [Release notes](https://github.com/ringsaturn/go-cities.json/releases)\r\n- [Commits](https://github.com/ringsaturn/go-cities.json/compare/v0.6.3...v0.6.6)\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 dependency-group: dependencies\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": "2024-11-02T09:14:44+08:00",
"tree_id": "91d8c315ab983bfc19278016c9d45d748fd8dea7",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/ccc9b34cf8b7e725907b267c12376964ec4eabcf"
},
"date": 1730510308921,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 753.29,
"range": "± 39.27",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2909.21,
"range": "± 266.03",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_ned",
"value": 4646991.3,
"range": "± 119538.35",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_osm",
"value": 124127836.7,
"range": "± 5094916.78",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 142.06,
"range": "± 18.94",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 1934.01,
"range": "± 71.99",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 7197.89,
"range": "± 351.18",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 763.64,
"range": "± 16.85",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_zone_detect_random_city",
"value": 749730.71,
"range": "± 284355.94",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit aa5f5d2

Please sign in to comment.