Skip to content

Commit

Permalink
add Go Library Benchmark (go) benchmark result for de4360f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 7, 2023
1 parent ab6ac0b commit 10c90e9
Showing 1 changed file with 169 additions and 1 deletion.
170 changes: 169 additions & 1 deletion docs/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1701653492304,
"lastUpdate": 1701957288801,
"repoUrl": "https://github.com/ringsaturn/tz-benchmark",
"entries": {
"Python Library Benchmark": [
Expand Down Expand Up @@ -5264,6 +5264,174 @@ window.BENCHMARK_DATA = {
"extra": "4574277 times\n4 procs"
}
]
},
{
"commit": {
"author": {
"email": "ringsaturn.me@gmail.com",
"name": "ringsaturn",
"username": "ringsaturn"
},
"committer": {
"email": "noreply@github.com",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "de4360f12e1346ff8b868d319048f31168b9bb5a",
"message": "Bump to Python 3.12 (#129)",
"timestamp": "2023-12-07T21:54:10+08:00",
"tree_id": "1d69b0e2828b67c139d4f03d16dca182f41518f7",
"url": "https://github.com/ringsaturn/tz-benchmark/commit/de4360f12e1346ff8b868d319048f31168b9bb5a"
},
"date": 1701957287355,
"tool": "go",
"benches": [
{
"name": "BenchmarkTZF_Default_Random_WorldCities - ns/op",
"value": 2254,
"unit": "ns/op",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkTZF_Default_Random_WorldCities - ns/p50",
"value": 1082,
"unit": "ns/p50",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkTZF_Default_Random_WorldCities - ns/p90",
"value": 8185,
"unit": "ns/p90",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkTZF_Default_Random_WorldCities - ns/p99",
"value": 13104,
"unit": "ns/p99",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkTZF_Default_Random_WorldCities - B/op",
"value": 8,
"unit": "B/op",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkTZF_Default_Random_WorldCities - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "541575 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - ns/op",
"value": 347.5,
"unit": "ns/op",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - ns/p50",
"value": 311,
"unit": "ns/p50",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - ns/p90",
"value": 511,
"unit": "ns/p90",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - ns/p99",
"value": 761,
"unit": "ns/p99",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - B/op",
"value": 8,
"unit": "B/op",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLatlong_Random_WorldCities - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "3557696 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - ns/op",
"value": 88135,
"unit": "ns/op",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - ns/p50",
"value": 61815,
"unit": "ns/p50",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - ns/p90",
"value": 201305,
"unit": "ns/p90",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - ns/p99",
"value": 338190,
"unit": "ns/p99",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - B/op",
"value": 24,
"unit": "B/op",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkLocaltimezone_Random_WorldCities - allocs/op",
"value": 1,
"unit": "allocs/op",
"extra": "13612 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - ns/op",
"value": 283.3,
"unit": "ns/op",
"extra": "4486464 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - ns/p50",
"value": 270,
"unit": "ns/p50",
"extra": "4486464 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - ns/p90",
"value": 381,
"unit": "ns/p90",
"extra": "4486464 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - ns/p99",
"value": 541,
"unit": "ns/p99",
"extra": "4486464 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - B/op",
"value": 8,
"unit": "B/op",
"extra": "4486464 times\n4 procs"
},
{
"name": "BenchmarkTimezoneMapper_Random_WorldCities - allocs/op",
"value": 0,
"unit": "allocs/op",
"extra": "4486464 times\n4 procs"
}
]
}
],
"Rust Library Benchmark": [
Expand Down

0 comments on commit 10c90e9

Please sign in to comment.