Skip to content

Instantly share code, notes, and snippets.

View yjh0502's full-sized avatar

Jihyun Yu yjh0502

  • 5minlab
  • Seoul, South Korea
View GitHub Profile
@yjh0502
yjh0502 / epgsql_bench.erl
Last active March 4, 2016 00:48
simple epgsql bench
-module(epgsql_bench).
-export([run/2]).
-define(HOST, "").
-define(PORT, "").
-define(USER, "").
-define(PW, "").
-define(DB, "").
root@foo:~/repo/git/zstd # gmake
gmake -C programs
gmake[1]: Entering directory '/root/repo/git/zstd/programs'
cc -I../lib -I../lib/common -I../lib/dictBuilder -I../lib/legacy -O3 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -DZSTD_LEGACY_SUPPORT=1 ../lib/decompress/zstd_decompress.c -c -o ../lib/decompress/zstd_decompress.o
cc -I../lib -I../lib/common -I../lib/dictBuilder -I../lib/legacy -O3 -Wall -Wextra -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -DZSTD_LEGACY_SUPPORT=1 ../lib/decompress/zstd_decompress.o ../lib/decompress/huf_decompress.c ../lib/common/zstd_common.c ../lib/common/fse_decompress.c ../lib/common/xxhash.c ../lib/common/entropy_common.c ../lib/compress/zstd_compress.c ../lib/compress/fse_compress.c ../lib/compress/huf_compress.c ../lib/legacy/zstd_v02.c ../lib/legacy/zstd_v06.c ../lib/legacy/zstd_v04.c ../