https://github.com/scarfacedeb/clickhouse_ecto_test
https://github.com/scarfacedeb/clickhouse_ecto_test
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scarfacedeb/clickhouse_ecto_test
- Owner: scarfacedeb
- Created: 2018-08-07T11:45:26.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-07T11:45:40.000Z (almost 7 years ago)
- Last Synced: 2025-03-14T05:02:12.302Z (3 months ago)
- Language: Elixir
- Size: 3.91 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ClickhouseEctoTest
App to test changes to clickhouse_ecto.
## Setup
```
docker-compose up -dmix deps.get
mix do ecto.create, ecto.migrate
```## Profiling
Switch clickhouse_ecto package in `mix.exs` and run:
```
mix profile.fprof -e 'ClickhouseEctoTest.test_insert' --callers=true --no-warmup --sort=own | less
```