Skip to content

Commit

Permalink
add Python Library Benchmark (pytest) benchmark result for fc121c1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 23, 2024
1 parent a549281 commit 42cb67a
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1727055147708,
"lastUpdate": 1727055150755,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -4064,6 +4064,42 @@ window.BENCHMARK_DATA = {
"extra": "mean: 3.073194888583052 usec\nrounds: 80174"
}
]
},
{
"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": 1727055146842,
"tool": "pytest",
"benches": [
{
"name": "tz_test.py::test_timezonefinder_random_city",
"value": 36075.38757067481,
"unit": "iter/sec",
"range": "stddev: 0.00006837819655132361",
"extra": "mean: 27.71972991394516 usec\nrounds: 13044"
},
{
"name": "tz_test.py::test_tzfpy_random_cities",
"value": 334366.7085016323,
"unit": "iter/sec",
"range": "stddev: 0.0000033038249993756885",
"extra": "mean: 2.990728366712137 usec\nrounds: 79854"
}
]
}
],
"Go Library Benchmark": [
Expand Down

0 comments on commit 42cb67a

Please sign in to comment.