Skip to content

Commit 5a26ffc

Browse files
committed
benchmark for nginx
1 parent 8717bdc commit 5a26ffc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

benchmark.moon

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
for st in *{"luasocket", "cqueues"}
1+
2+
sockets = if ngx
3+
{"nginx"}
4+
else
5+
{"luasocket", "cqueues"}
6+
7+
for st in *sockets
28
pgmoon = require("pgmoon.init").new {
39
socket_type: st
410
database: "postgres"

0 commit comments

Comments
 (0)