Skip to content

Commit

Permalink
Reduce fuzz tester
Browse files Browse the repository at this point in the history
  • Loading branch information
angelini committed Oct 27, 2022
1 parent 035a1cd commit 98bd31d
Show file tree
Hide file tree
Showing 2 changed files with 206 additions and 67 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ endif
test-fuzz: export DL_TOKEN=$(DEV_TOKEN_ADMIN)
test-fuzz: export DL_SKIP_SSL_VERIFICATION=1
test-fuzz: reset-db
go run cmd/fuzz-test/main.go --server $(GRPC_SERVER) --iterations 1000 --projects 5
go run cmd/fuzz-test/main.go --server $(GRPC_SERVER) --iterations 50 --projects 5

test-js: js-install
cd js && npm run test
Expand Down Expand Up @@ -237,4 +237,7 @@ load-test-update:
$(call load-test,Update,update.json,10000,20)

load-test-get:
$(call load-test,Get,get_all.json,100000,40,5000)
$(call load-test,Get,get.json,100000,40,5000)

load-test-get-compress:
$(call load-test,GetCompress,get-compress.json,100000,40,5000)
Loading

0 comments on commit 98bd31d

Please sign in to comment.