
Security News
Researcher Exposes Zero-Day Clickjacking Vulnerabilities in Major Password Managers
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
jsl-git-branch-benchmark
Advanced tools
GitBranchBenchmark is used for testing the performance of code in two different branches. Currently it is only able to be used to compare the execution time of different branches by requesting a URL on each.
This is really just quick prototype code to be expanded later, though it may be useful in its current state. Libraries and command-line options may change in the near future.
sudo gem install git-branch-benchmark
gbb -b test2 -u http://localhost:3000/test -u http://localhost:3000/test2
tests the current branch against branch 'test2' and outputs average times for both tests.
gbb -b test1 -b test2 -u http://localhost:3000/test
tests the url given in branch 'test1' and 'test2', outputting the average times for execution in both branches
If one branch is given on the command line, gbb assumes that is the 'other' branch, and that the current branch should also be tested. If two branch options are given, the current branch isn't added to the list of branches to test.
The GitBranchBenchmark library should be a thin wrapper over the stdlib 'benchmark' suite, enabling it to compare the execution of blocks of code in different git branches.
Add specs
FAQs
Unknown package
We found that jsl-git-branch-benchmark demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Hacker Demonstrates How Easy It Is To Steal Data From Popular Password Managers
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.