This website requires JavaScript.
Explore
Help
Sign In
mirror
/
ledisdb
mirror of
https://github.com/ledisdb/ledisdb.git
Watch
1
Star
0
Fork
You've already forked ledisdb
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
72deb0e7c7
ledisdb
/
cmd
/
ledis-benchmark
/
main.go
8 lines
91 B
Go
Raw
Normal View
History
Unescape
Escape
add benchmark test
2014-05-13 04:49:05 +04:00
package
main
Add a new command ledis and move all commands as the sub commands (#382) * Add a new command ledis and move all commands as the sub commands
2020-05-09 16:30:50 +03:00
import
"github.com/ledisdb/ledisdb/cmd"
add benchmark test
2014-05-13 04:49:05 +04:00
func
main
(
)
{
Add a new command ledis and move all commands as the sub commands (#382) * Add a new command ledis and move all commands as the sub commands
2020-05-09 16:30:50 +03:00
cmd
.
CmdBenchmark
(
)
add benchmark test
2014-05-13 04:49:05 +04:00
}