Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for fc121c1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 16, 2024
1 parent ba3b1c4 commit 489ac4f
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": 1726450363497,
"lastUpdate": 1726450551760,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -25746,6 +25746,82 @@ window.BENCHMARK_DATA = {
"unit": "ns/iter"
}
]
},
{
"commit": {
"author": {
"name": "ringsaturn",
"username": "ringsaturn",
"email": "ringsaturn.me@gmail.com"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "noreply@github.com"
},
"id": "fc121c1f47ef172741293c59e313ea8bafdfed37",
"message": "feat(rust): add zone-detect-rs to benchmark (#120)",
"timestamp": "2024-09-15T13:53:33Z",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/fc121c1f47ef172741293c59e313ea8bafdfed37"
},
"date": 1726450549969,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 691.58,
"range": "± 67.66",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2754.43,
"range": "± 217.19",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_ned",
"value": 4521878.35,
"range": "± 85749.29",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_spatialtime_osm",
"value": 123862688,
"range": "± 6114854.70",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 190.02,
"range": "± 60.89",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 1933.29,
"range": "± 120.07",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 7058.73,
"range": "± 598.05",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 757.23,
"range": "± 15.46",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_zone_detect_random_city",
"value": 718976,
"range": "± 300453.10",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 489ac4f

Please sign in to comment.