Skip to content

Commit 57af2f7

Browse files
author
github-action-benchmark
committed
add Benchmark (go) benchmark result for cb2a177
1 parent 89eaa31 commit 57af2f7

File tree

1 file changed

+97
-1
lines changed

1 file changed

+97
-1
lines changed

benchmarks/valkey/data.js

Lines changed: 97 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1756383572203,
2+
"lastUpdate": 1759136563098,
33
"repoUrl": "https://github.com/gofiber/storage",
44
"entries": {
55
"Benchmark": [
@@ -962,6 +962,102 @@ window.BENCHMARK_DATA = {
962962
"extra": "4550 times\n4 procs"
963963
}
964964
]
965+
},
966+
{
967+
"commit": {
968+
"author": {
969+
"email": "[email protected]",
970+
"name": "RW",
971+
"username": "ReneWerner87"
972+
},
973+
"committer": {
974+
"email": "[email protected]",
975+
"name": "GitHub",
976+
"username": "web-flow"
977+
},
978+
"distinct": true,
979+
"id": "cb2a17745d9b7ebe32eb9940851befa0e8f79e76",
980+
"message": "Merge pull request #1916 from gofiber/dependabot/go_modules/valkey/github.com/valkey-io/valkey-go-1.0.66\n\nchore(deps): bump github.com/valkey-io/valkey-go from 1.0.64 to 1.0.66 in /valkey",
981+
"timestamp": "2025-09-29T11:01:55+02:00",
982+
"tree_id": "a4ad330f1c0967bf27c486b008102a4a8adbb89e",
983+
"url": "https://github.com/gofiber/storage/commit/cb2a17745d9b7ebe32eb9940851befa0e8f79e76"
984+
},
985+
"date": 1759136559273,
986+
"tool": "go",
987+
"benches": [
988+
{
989+
"name": "Benchmark_Valkey_Set",
990+
"value": 134005,
991+
"unit": "ns/op\t 3 B/op\t 1 allocs/op",
992+
"extra": "8092 times\n4 procs"
993+
},
994+
{
995+
"name": "Benchmark_Valkey_Set - ns/op",
996+
"value": 134005,
997+
"unit": "ns/op",
998+
"extra": "8092 times\n4 procs"
999+
},
1000+
{
1001+
"name": "Benchmark_Valkey_Set - B/op",
1002+
"value": 3,
1003+
"unit": "B/op",
1004+
"extra": "8092 times\n4 procs"
1005+
},
1006+
{
1007+
"name": "Benchmark_Valkey_Set - allocs/op",
1008+
"value": 1,
1009+
"unit": "allocs/op",
1010+
"extra": "8092 times\n4 procs"
1011+
},
1012+
{
1013+
"name": "Benchmark_Valkey_Get",
1014+
"value": 139718,
1015+
"unit": "ns/op\t 512 B/op\t 11 allocs/op",
1016+
"extra": "8544 times\n4 procs"
1017+
},
1018+
{
1019+
"name": "Benchmark_Valkey_Get - ns/op",
1020+
"value": 139718,
1021+
"unit": "ns/op",
1022+
"extra": "8544 times\n4 procs"
1023+
},
1024+
{
1025+
"name": "Benchmark_Valkey_Get - B/op",
1026+
"value": 512,
1027+
"unit": "B/op",
1028+
"extra": "8544 times\n4 procs"
1029+
},
1030+
{
1031+
"name": "Benchmark_Valkey_Get - allocs/op",
1032+
"value": 11,
1033+
"unit": "allocs/op",
1034+
"extra": "8544 times\n4 procs"
1035+
},
1036+
{
1037+
"name": "Benchmark_Valkey_SetAndDelete",
1038+
"value": 266065,
1039+
"unit": "ns/op\t 3 B/op\t 1 allocs/op",
1040+
"extra": "4486 times\n4 procs"
1041+
},
1042+
{
1043+
"name": "Benchmark_Valkey_SetAndDelete - ns/op",
1044+
"value": 266065,
1045+
"unit": "ns/op",
1046+
"extra": "4486 times\n4 procs"
1047+
},
1048+
{
1049+
"name": "Benchmark_Valkey_SetAndDelete - B/op",
1050+
"value": 3,
1051+
"unit": "B/op",
1052+
"extra": "4486 times\n4 procs"
1053+
},
1054+
{
1055+
"name": "Benchmark_Valkey_SetAndDelete - allocs/op",
1056+
"value": 1,
1057+
"unit": "allocs/op",
1058+
"extra": "4486 times\n4 procs"
1059+
}
1060+
]
9651061
}
9661062
]
9671063
}

0 commit comments

Comments
 (0)