perflock icon indicating copy to clipboard operation
perflock copied to clipboard

Locking wrapper for running benchmarks on shared hosts

Results 7 perflock issues
Sort by recently updated
recently updated
newest added

Bumps [golang.org/x/sys](https://github.com/golang/sys) from 0.0.0-20210301091718-77cc2087c03b to 0.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang.org/x/sys&package-manager=go_modules&previous-version=0.0.0-20210301091718-77cc2087c03b&new-version=0.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

``` $ go install github.com/aclements/perflock/cmd/perflock@latest # github.com/aclements/perflock/cmd/perflock ../go/pkg/mod/github.com/aclements/[email protected]/cmd/perflock/creds.go:17:11: undefined: syscall.Ucred ../go/pkg/mod/github.com/aclements/[email protected]/cmd/perflock/creds.go:18:13: undefined: syscall.UnixCredentials ../go/pkg/mod/github.com/aclements/[email protected]/cmd/perflock/creds.go:33:41: undefined: syscall.Ucred ../go/pkg/mod/github.com/aclements/[email protected]/cmd/perflock/creds.go:39:63: undefined: syscall.SO_PASSCRED ../go/pkg/mod/github.com/aclements/[email protected]/cmd/perflock/creds.go:64:9: undefined: syscall.ParseUnixCredentials ``` ---- $ go version go1.17.3 darwin/amd64 go...

It would be amazing if we could abstract things in `cmd/...` to some exportable package, so we can use it in other tools like e.g https://github.com/prometheus/test-infra/tree/master/funcbench without invoking CLI. WDYT?...

The average Go developer uses the same computer to develop Go that they use to talk to other people and browse the web. So it's very normal for CPU usage...

Another wildly-out-of-scope thing: What about a parallel bit of functionality to try to tell a GPU to reduce the amount of thermal throttling it does, or possibly capping it at...

I recognize this is quite possibly out of scope, insanely hard, or an insanely bad idea, etcetera. What if there were options for selectively disabling specific processor functionality? For instance,...

Unfortunately, I closed the page where I found someone observed noticeable noise in benchmarks that dissapeared when [disabling KASLR](https://askubuntu.com/questions/318315/how-can-i-temporarily-disable-aslr-address-space-layout-randomization), but I wonder if anyone else has noticed it and found...