This repository has been archived by the owner on May 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Redirect users to wiki for instructions in README (#216)
* redirect users to wiki for instructions * remove old makefile targets * remove old populate script
- Loading branch information
1 parent
02261d4
commit 5ffdcab
Showing
3 changed files
with
1 addition
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,31 +6,9 @@ all: compile rel | |
attach: | ||
./_build/default/rel/fmke/bin/env attach | ||
|
||
bench: compile | ||
./travis.sh bench short antidote | ||
./travis.sh bench short antidote_norm | ||
./travis.sh bench short redis | ||
./travis.sh bench short riak | ||
./travis.sh bench short riak_norm | ||
|
||
bench-antidote: rel | ||
./travis.sh bench normal antidote | ||
|
||
bench-antidote-norm: rel | ||
./travis.sh bench normal antidote_norm | ||
|
||
bench-redis: rel | ||
./travis.sh bench normal redis | ||
|
||
bench-results: | ||
Rscript --vanilla _build/test/lib/lasp_bench/priv/summary.r -i tests/current | ||
|
||
bench-riak: rel | ||
./travis.sh bench normal riak | ||
|
||
bench-riak-norm: rel | ||
./travis.sh bench normal riak_norm | ||
|
||
compile: | ||
${REBAR} as test compile | ||
escript -s scripts/populate_fmke.escript | ||
|
@@ -101,9 +79,6 @@ eunit: | |
lint: | ||
rebar3 as lint lint | ||
|
||
populate: compile | ||
./scripts/populate_fmke.erl "antidote" "../config/fmke_travis.config" "[email protected]" | ||
|
||
rel: relclean | ||
rm -rf _build/default/rel/ | ||
${REBAR} release -n fmke | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.