Go to file
Urko 4c8da4777d refactor etl go: load from byte slice instead of interface
- add benchmark
- add profiling and trace
2023-04-10 11:43:13 +02:00
benchmark refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
cmd refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
config feat: initial commit 2023-03-31 11:49:03 +02:00
internal refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
pkg feat: improve benchmark 2023-04-05 19:04:52 +02:00
.gitignore refactor: improve benchmark to do both at same time 2023-04-05 14:00:39 +02:00
Dockerfile feat: add Dockerfile 2023-04-03 19:29:11 +02:00
Makefile refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
README.md refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
docker-compose.yaml feat: initial commit 2023-03-31 11:49:03 +02:00
go.mod refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00
go.sum refactor etl go: load from byte slice instead of interface 2023-04-10 11:43:13 +02:00

README.md

Benchmark

go benchmark

Start your server go run cmd/server/main.go

Run your tests go test -race -v --bench ./. --benchmem ./benchmark