mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
add Benchmark (go) benchmark result for e21a9065b5
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1744615695278,
|
||||
"lastUpdate": 1744782286129,
|
||||
"repoUrl": "https://github.com/gofiber/storage",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
@@ -578,6 +578,102 @@ window.BENCHMARK_DATA = {
|
||||
"extra": "2988 times\n4 procs"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"commit": {
|
||||
"author": {
|
||||
"email": "rene@gofiber.io",
|
||||
"name": "RW",
|
||||
"username": "ReneWerner87"
|
||||
},
|
||||
"committer": {
|
||||
"email": "noreply@github.com",
|
||||
"name": "GitHub",
|
||||
"username": "web-flow"
|
||||
},
|
||||
"distinct": true,
|
||||
"id": "e21a9065b52622c9e1e1ad671a7da27ecba91f90",
|
||||
"message": "Merge pull request #1672 from mdelapenya/testing-patterns\n\nchore(testing): use require in tests",
|
||||
"timestamp": "2025-04-16T07:40:42+02:00",
|
||||
"tree_id": "54a79e7c0ee58dbd297fbf52b9ba836e7b4965d9",
|
||||
"url": "https://github.com/gofiber/storage/commit/e21a9065b52622c9e1e1ad671a7da27ecba91f90"
|
||||
},
|
||||
"date": 1744782277750,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Benchmark_Postgres_Set",
|
||||
"value": 204838,
|
||||
"unit": "ns/op\t 258 B/op\t 7 allocs/op",
|
||||
"extra": "5582 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Set - ns/op",
|
||||
"value": 204838,
|
||||
"unit": "ns/op",
|
||||
"extra": "5582 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Set - B/op",
|
||||
"value": 258,
|
||||
"unit": "B/op",
|
||||
"extra": "5582 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Set - allocs/op",
|
||||
"value": 7,
|
||||
"unit": "allocs/op",
|
||||
"extra": "5582 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Get",
|
||||
"value": 190562,
|
||||
"unit": "ns/op\t 524 B/op\t 10 allocs/op",
|
||||
"extra": "6376 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Get - ns/op",
|
||||
"value": 190562,
|
||||
"unit": "ns/op",
|
||||
"extra": "6376 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Get - B/op",
|
||||
"value": 524,
|
||||
"unit": "B/op",
|
||||
"extra": "6376 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_Get - allocs/op",
|
||||
"value": 10,
|
||||
"unit": "allocs/op",
|
||||
"extra": "6376 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_SetAndDelete",
|
||||
"value": 458802,
|
||||
"unit": "ns/op\t 405 B/op\t 11 allocs/op",
|
||||
"extra": "2726 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_SetAndDelete - ns/op",
|
||||
"value": 458802,
|
||||
"unit": "ns/op",
|
||||
"extra": "2726 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_SetAndDelete - B/op",
|
||||
"value": 405,
|
||||
"unit": "B/op",
|
||||
"extra": "2726 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Postgres_SetAndDelete - allocs/op",
|
||||
"value": 11,
|
||||
"unit": "allocs/op",
|
||||
"extra": "2726 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user