mirror of
https://github.com/gofiber/storage.git
synced 2025-12-24 13:29:30 +08:00
add Benchmark (go) benchmark result for f19bcd6674
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
window.BENCHMARK_DATA = {
|
||||
"lastUpdate": 1745913916183,
|
||||
"lastUpdate": 1747996625347,
|
||||
"repoUrl": "https://github.com/gofiber/storage",
|
||||
"entries": {
|
||||
"Benchmark": [
|
||||
@@ -194,6 +194,102 @@ window.BENCHMARK_DATA = {
|
||||
"extra": "9367 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": "f19bcd66747e732c4dfb738daee0c2fc8cbb71e2",
|
||||
"message": "Merge pull request #1723 from mdelapenya/fix-ruedis-benchmarks\n\nfeat(redis): use testcontainers in rueidis and valkey",
|
||||
"timestamp": "2025-05-23T12:36:13+02:00",
|
||||
"tree_id": "5da9a15c29c257b4bcde4de69303177871c1ed28",
|
||||
"url": "https://github.com/gofiber/storage/commit/f19bcd66747e732c4dfb738daee0c2fc8cbb71e2"
|
||||
},
|
||||
"date": 1747996617958,
|
||||
"tool": "go",
|
||||
"benches": [
|
||||
{
|
||||
"name": "Benchmark_Valkey_Set",
|
||||
"value": 130036,
|
||||
"unit": "ns/op\t 3 B/op\t 1 allocs/op",
|
||||
"extra": "9213 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Set - ns/op",
|
||||
"value": 130036,
|
||||
"unit": "ns/op",
|
||||
"extra": "9213 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Set - B/op",
|
||||
"value": 3,
|
||||
"unit": "B/op",
|
||||
"extra": "9213 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Set - allocs/op",
|
||||
"value": 1,
|
||||
"unit": "allocs/op",
|
||||
"extra": "9213 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Get",
|
||||
"value": 136518,
|
||||
"unit": "ns/op\t 512 B/op\t 11 allocs/op",
|
||||
"extra": "8695 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Get - ns/op",
|
||||
"value": 136518,
|
||||
"unit": "ns/op",
|
||||
"extra": "8695 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Get - B/op",
|
||||
"value": 512,
|
||||
"unit": "B/op",
|
||||
"extra": "8695 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_Get - allocs/op",
|
||||
"value": 11,
|
||||
"unit": "allocs/op",
|
||||
"extra": "8695 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_SetAndDelete",
|
||||
"value": 256531,
|
||||
"unit": "ns/op\t 3 B/op\t 1 allocs/op",
|
||||
"extra": "4714 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_SetAndDelete - ns/op",
|
||||
"value": 256531,
|
||||
"unit": "ns/op",
|
||||
"extra": "4714 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_SetAndDelete - B/op",
|
||||
"value": 3,
|
||||
"unit": "B/op",
|
||||
"extra": "4714 times\n4 procs"
|
||||
},
|
||||
{
|
||||
"name": "Benchmark_Valkey_SetAndDelete - allocs/op",
|
||||
"value": 1,
|
||||
"unit": "allocs/op",
|
||||
"extra": "4714 times\n4 procs"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user