Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
spencerschrock created a review comment on a pull request on sigstore/model-transparency
``` sha256/1024: 0.0000 sha256/2048: 0.0000 sha256/5120: 0.0000 sha256/10240: 0.0000 sha256/20480: 0.0000 sha256/51200: 0.0000 ...
spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency
- right align the measurement and limit to 5 decimals Signed-off-by: Spencer Schrock <[email protected]> c4d190d
spencerschrock created a review comment on a pull request on sigstore/model-transparency
for human output, I think this makes sense. for plotting, something like csv may be better (which would necessitate some bookkeeping before I print) ```csv size,sha256,blake2 1024,0.01,0.02 202...
spencerschrock created a review comment on a pull request on sigstore/model-transparency
since this is in the inner most loop, it's always a new hasher. I dont think we need to reset anything
spencerschrock created a review comment on a pull request on sigstore/model-transparency
I just included the plot output for now. We can add a `-h` flag later. `add_argument` will use a default of `None` if not provided, so I just built the logic around that.
spencerschrock pushed 3 commits to benchmark spencerschrock/model-transparency
- use default data sizes better for log scale Signed-off-by: Spencer Schrock <[email protected]> 96bdae2
- alter output per PR feedback Signed-off-by: Spencer Schrock <[email protected]> 5563943
- generate data as needed for each size Signed-off-by: Spencer Schrock <[email protected]> 43d4f12
spencerschrock created a review comment on a pull request on sigstore/model-transparency
> We seem to only have only one statement to run, with no setup. > In this case, does it matter if we run `repeat(1, N)` or `timeit(N)`? The last one is simpler but `repeat` gives us statistics (w...
spencerschrock created a review comment on a pull request on sigstore/model-transparency
These values are arbitrary for now. Happy to change them now/later
spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency
- use randomly generated data instead of models for hash experiment As far as hashing is concerned, bytes are bytes. B... 840f809
spencerschrock pushed 1 commit to benchmark spencerschrock/model-transparency
- add script to run hash algorithm experiment Signed-off-by: Spencer Schrock <[email protected]> 1ed45f0
spencerschrock opened a draft pull request on sigstore/model-transparency
add script to run hash algorithm benchmark
#### Summary Builds upon the work in #306 and starts to define individual experiments. This one is aimed specifically at hashing algorithm. This is still a work in progress. Right now this is b...spencerschrock created a branch on spencerschrock/model-transparency
benchmark - Supply chain security for ML
spencerschrock closed a pull request on ossf/scorecard
seedling: Bump the golang group across 8 directories with 1 update
Bumps the golang group with 1 update in the / directory: golang. Bumps the golang group with 1 update in the /attestor directory: golang. Bumps the golang group with 1 update in the /clients/github...spencerschrock closed an issue on ossf/scorecard
Detect and warn about conflicting Github Tokens
**Is your feature request related to a problem? Please describe.** I kept on receiving the 401 Bad credentials HTTP Code when trying to use scorecard, even though I had exported the `GITHUB_TOKEN`...spencerschrock pushed 1 commit to main ossf/scorecard
- seedling: Logging a warning if readGitHubTokens finds several values which clash. (#4483) * Logging a warning if rea... 43d5832
spencerschrock closed a pull request on ossf/scorecard
seedling: Logging a warning if readGitHubTokens finds several values which clash.
#### What kind of change does this PR introduce? Print a warning if several GitHub Access Tokens with different values are found. - [x] PR title follows the guidelines defined in our [pull re...spencerschrock pushed 1 commit to git-checkout spencerschrock/scorecard
- change flag to file-mode Signed-off-by: Spencer Schrock <[email protected]> 08a0b7a