Skip to content

Commit 2765482

Browse files
committed
Reimplement summaries using ddskerl
1 parent bfcd9b3 commit 2765482

File tree

4 files changed

+218
-266
lines changed

4 files changed

+218
-266
lines changed

rebar.config

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
]}.
2020

2121
{deps, [
22-
{quantile_estimator, "1.0.2"}
22+
{ddskerl, "0.2.0"}
2323
]}.
2424
{shell, [{apps, [prometheus]}]}.
2525

@@ -35,13 +35,14 @@
3535

3636
{dialyzer, [
3737
{warnings, [no_return, error_handling, unknown]},
38-
{plt_extra_apps, [mnesia, quantile_estimator]}
38+
{plt_extra_apps, [mnesia, ddskerl]}
3939
]}.
4040

4141
{profiles, [
4242
{test, [
4343
{erl_opts, [nowarn_missing_spec]},
4444
{eunit_compile_opts, [{src_dirs, ["src", "test/eunit"]}]},
45+
{eunit_opts, [verbose]},
4546
{covertool, [{coverdata_files, ["ct.coverdata"]}]},
4647
{cover_enabled, true},
4748
{cover_export_enabled, true},

rebar.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{"1.2.0",
2-
[{<<"quantile_estimator">>,{pkg,<<"quantile_estimator">>,<<"1.0.2">>},0}]}.
2+
[{<<"ddskerl">>,{pkg,<<"ddskerl">>,<<"0.2.0">>},0}]}.
33
[
44
{pkg_hash,[
5-
{<<"quantile_estimator">>, <<"ECD281D40110FDD9BA62685531E4435E0839A52FD1058DA5564F1763E4642EF7">>}]},
5+
{<<"ddskerl">>, <<"B52CF3D057971E5E54B103196D487B04C78048B728394C1A9FB07A1E5D3C3FD2">>}]},
66
{pkg_hash_ext,[
7-
{<<"quantile_estimator">>, <<"DB404793D6384995A1AC6DD973E2CEE5BE9FCC128765BDBA53D87C564E296B64">>}]}
7+
{<<"ddskerl">>, <<"2747BE7D930FEEF03B753F40147AAE440C9D704C7A957D4EFEBCB44740544832">>}]}
88
].

0 commit comments

Comments
 (0)