Skip to content

Commit 204f776

Browse files
committed
[fix] Fixed flow test
1 parent 617e0c7 commit 204f776

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ coverage: get test
4646
$(GOTEST) -race -coverprofile=coverage.txt -covermode=atomic .
4747

4848
flow-test: build-race
49-
./$(BIN_NAME) -n 100000 -query "CREATE(n)" -query-ratio 1 -query "MATCH (n) RETURN n LIMIT 1" -query-ratio 2
49+
./$(BIN_NAME) -n 100000 -query "CREATE(n)" -query-ratio 0.33 -query "MATCH (n) RETURN n LIMIT 1" -query-ratio 0.67
5050

5151
release:
5252
$(GOGET) github.com/mitchellh/gox

0 commit comments

Comments
 (0)