Skip to content

Instantly share code, notes, and snippets.

View sholderbach's full-sized avatar

Stefan Holderbach sholderbach

View GitHub Profile
@sholderbach
sholderbach / commit-bencher.nu
Created October 16, 2023 18:17
Minimal commit driven nushell benchmark tool
#!/usr/bin/env nu
def main [
--depth=1: int # How many commits back to go
script # The benchmark script you want to run
] {
let start_commit = (git rev-parse --short HEAD)
let start_branch = (git branch --show-current)
mut commits = []
for i in ..$depth {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@sholderbach
sholderbach / radam_experiments.ipynb
Last active September 2, 2019 15:45
[Bug already fixed] RAdam implementation comparison to verify potential bug in buffer implementation
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.