Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for a8bf686
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 2, 2024
1 parent c01a73e commit 2e8a7b6
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": 1730510221482,
"lastUpdate": 1730510232797,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -30212,6 +30212,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": "a8bf686096410dc52e97fe5f0cd69c1f590680b3",
"message": "Bump benchmark-action/github-action-benchmark in the dependencies group (#170)\n\nBumps the dependencies group with 1 update: [benchmark-action/github-action-benchmark](https://github.com/benchmark-action/github-action-benchmark).\r\n\r\n\r\nUpdates `benchmark-action/github-action-benchmark` from 1.20.3 to 1.20.4\r\n- [Release notes](https://github.com/benchmark-action/github-action-benchmark/releases)\r\n- [Changelog](https://github.com/benchmark-action/github-action-benchmark/blob/master/CHANGELOG.md)\r\n- [Commits](https://github.com/benchmark-action/github-action-benchmark/compare/v1.20.3...v1.20.4)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: benchmark-action/github-action-benchmark\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:13:14+08:00",
"tree_id": "76883a24bd3eb67bab7a29bb4efec8287eca169e",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/a8bf686096410dc52e97fe5f0cd69c1f590680b3"
},
"date": 1730510230826,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 774.62,
"range": "± 36.51",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2929.06,
"range": "± 220.99",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_ned",
"value": 4627392.45,
"range": "± 133761.44",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_osm",
"value": 128136089.6,
"range": "± 6609853.14",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 132.05,
"range": "± 25.07",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 1970.37,
"range": "± 98.83",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 7140.91,
"range": "± 251.87",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 769.79,
"range": "± 48.30",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_zone_detect_random_city",
"value": 731780.49,
"range": "± 292338.28",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 2e8a7b6

Please sign in to comment.