perf icon indicating copy to clipboard operation
perf copied to clipboard

performance test scripts and data

Results 14 perf issues
Sort by recently updated
recently updated
newest added

Hi all @heww @chlins @reasonerjt @sagikazarmark , I am trying to prepare the user data for HARBOR_SIZE small and medium, I am getting below error for both the harbor size...

I am getting "http: proxy error: context canceled" errors in core.log when i try the PET test using perf tool : Load details : VUS: getEnvInt('HARBOR_VUS', '20'), ProjectsCount: 1, RepositoriesCountPerProject:...

```console Run [======================================] setup() default [--------------------------------------] ERRO[0147] GoError: failed to push reg.srv.deeproute.cn/project-060/repository-1706015003594:tag-1706015003594, error: failed commit on ref "manifest-sha256:9b15eb416511109d4d79ae529633de73b7264c0c6f6361f517cba690cc66d058": unexpected status: 502 Bad Gateway at reflect.methodValueCall (native) at setup (file:///root/go/src/github.com/goharbor/perf/scripts/test/pull-artifacts-from-different-projects.js:38:20(51)) hint="script...

Hi all! I'm trying to write replication test between two Harbor instances. I tried to create them like this: ``` const harbor1 = new Harbor(settings.Harbor1) const harbor2 = new Harbor(settings.Harbor2)...

This MR will add a simple try/catch to the deleteArtifact command in two of the tests. If a artifact fails to push, then the scripts will still attempt to delete...

Seems this tools doesn't work for OIDC enabled Harbor instances, as the local user creation would be disabled, when on OIDC. When we run perf prepare on OIDC enabled instance...

Hi, I have some problems to run perf testing from AWS EC2 instances. After installing go, checking out a repo, setting some env variables and running `go run mage.go` I...

Hello, The wiki suggest use the benchmark Tool: https://github.com/rakyll/hey but the output seams become from perf, in this case running: ``` go run mage.go compare AAA BBB ``` Please @chlins...

[root@harbor250 perf]# HARBOR_SIZE=small HARBOR_URL=https://192.168.2.250:443 go run mage.go prepare mage.go:8:2: cannot find package "github.com/magefile/mage/mage" in any of: /usr/lib/golang/src/github.com/magefile/mage/mage (from $GOROOT) /root/go/src/github.com/magefile/mage/mage (from $GOPATH)

There are many remaining repositories without artifacts after testing, we should clean up these repositories in the case teardown phase.