Skip to content

Commit

Permalink
add Rust Library Benchmark (cargo) benchmark result for a8b6493
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Feb 2, 2024
1 parent e241799 commit 1458b20
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1706888809998,
"lastUpdate": 1706888918600,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -10936,6 +10936,66 @@ 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": "a8b6493e7d631fd05747c8331af5d560674a000a",
"message": "Bump github.com/ringsaturn/tzf from 0.14.1 to 0.14.2 in /go (#140)\n\nBumps [github.com/ringsaturn/tzf](https://github.com/ringsaturn/tzf) from 0.14.1 to 0.14.2.\r\n- [Release notes](https://github.com/ringsaturn/tzf/releases)\r\n- [Commits](https://github.com/ringsaturn/tzf/compare/v0.14.1...v0.14.2)\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: github.com/ringsaturn/tzf\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": "2024-02-02T23:45:35+08:00",
"tree_id": "91de759d94cd9606535d09a4a220c3d336963aac",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/a8b6493e7d631fd05747c8331af5d560674a000a"
},
"date": 1706888916844,
"tool": "cargo",
"benches": [
{
"name": "benches_tz_crates::bench_rtz_get_timezone_ned_random_city",
"value": 739,
"range": "± 49",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_rtz_get_timezone_osm_random_city",
"value": 2815,
"range": "± 209",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tz_search_lookup_random_city",
"value": 176,
"range": "± 41",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_default_finder_random_city",
"value": 2232,
"range": "± 91",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_finder_random_city",
"value": 9440,
"range": "± 376",
"unit": "ns/iter"
},
{
"name": "benches_tz_crates::bench_tzf_fuzzy_finder_random_city",
"value": 856,
"range": "± 34",
"unit": "ns/iter"
}
]
}
]
}
Expand Down

0 comments on commit 1458b20

Please sign in to comment.