mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 11:37:35 +00:00
91e167caaf
It can now handle 240k SQLite write QPS at 3ms 99 percentile latency. We're still working out the kinks since it's brand new. But we've got this running in production already!
8 lines
333 B
Makefile
8 lines
333 B
Makefile
#-*-mode:makefile-gmake;indent-tabs-mode:t;tab-width:8;coding:utf-8-*-┐
|
|
#───vi: set et ft=make ts=8 tw=8 fenc=utf-8 :vi───────────────────────┘
|
|
|
|
.PHONY: o/$(MODE)/net
|
|
o/$(MODE)/net: o/$(MODE)/net/finger \
|
|
o/$(MODE)/net/http \
|
|
o/$(MODE)/net/https \
|
|
o/$(MODE)/net/turfwar
|