Skip to content

Commit 027d22c

Browse files
committed
Add benchmark
1 parent 173438e commit 027d22c

2 files changed

Lines changed: 618 additions & 1 deletion

File tree

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ BIN_DIR := bin
66
all: build
77

88
# Build both binaries
9-
build: mpcium mpc
9+
build: mpcium mpc benchmark
1010

1111
# Install mpcium (builds and places it in $GOBIN or $GOPATH/bin)
1212
mpcium:
@@ -25,6 +25,9 @@ install:
2525
sudo install -m 755 /tmp/mpcium-cli /usr/local/bin/
2626
rm -f /tmp/mpcium /tmp/mpcium-cli
2727
@echo "Successfully installed mpcium and mpcium-cli to /usr/local/bin/"
28+
# Install mpcium-benchmark
29+
benchmark:
30+
go install ./cmd/mpcium-benchmark
2831

2932
# Run all tests
3033
test:

0 commit comments

Comments
 (0)