Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for 8fced59
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 30, 2024
1 parent dec6ad1 commit 9da401a
Showing 1 changed file with 77 additions and 1 deletion.
78 changes: 77 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1735522374177,
"lastUpdate": 1735522567237,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -33626,6 +33626,82 @@ 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": "8fced59717c626b6b2b02ce947bf2bf99b073431",
"message": "Bump timezonefinder in /python in the dependencies group (#174)\n\nBumps the dependencies group in /python with 1 update: [timezonefinder](https://github.com/jannikmi/timezonefinder).\r\n\r\n\r\nUpdates `timezonefinder` from 6.5.4 to 6.5.5\r\n- [Release notes](https://github.com/jannikmi/timezonefinder/releases)\r\n- [Changelog](https://github.com/jannikmi/timezonefinder/blob/master/CHANGELOG.rst)\r\n- [Commits](https://github.com/jannikmi/timezonefinder/compare/6.5.4...6.5.5)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: timezonefinder\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-12-02T00:32:51Z",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/8fced59717c626b6b2b02ce947bf2bf99b073431"
},
"date": 1735522564984,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 793.96,
"range": "± 67.52",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2968.29,
"range": "± 194.28",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_ned",
"value": 4484837.85,
"range": "± 95193.69",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_osm",
"value": 127540073.1,
"range": "± 5529590.72",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 178.91,
"range": "± 24.66",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 2033.65,
"range": "± 73.93",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 7120.61,
"range": "± 268.28",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 823.61,
"range": "± 13.04",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_zone_detect_random_city",
"value": 748056.3,
"range": "± 146191.89",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 9da401a

Please sign in to comment.