File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Small, shareable object-storage throughput benchmark.
2020Prebuilt binary (fastest):
2121
2222``` bash
23- version=" $( curl -fsSL https://api.github.com/repos/kennethdsheridan /netprofiler_lite/releases/latest | sed -n ' s/.*"tag_name": "v\([^"]*\)".*/\1/p' ) "
23+ version=" $( curl -fsSL https://api.github.com/repos/sfcompute /netprofiler_lite/releases/latest | sed -n ' s/.*"tag_name": "v\([^"]*\)".*/\1/p' ) "
2424test -n " $version " || { echo " failed to detect latest version" ; exit 1; }
2525
2626os=" $( uname -s) " ; arch=" $( uname -m) "
@@ -29,7 +29,7 @@ case "${os}-${arch}" in
2929 * ) echo " unsupported: ${os} -${arch} " ; exit 1 ;;
3030esac
3131
32- base=" https://github.com/kennethdsheridan /netprofiler_lite/releases/latest/download"
32+ base=" https://github.com/sfcompute /netprofiler_lite/releases/latest/download"
3333curl -fsSL -O " ${base} /${asset} " -O " ${base} /${asset} .sha256" || {
3434 # Backward-compat: older releases used a glibc-linked linux artifact name.
3535 if [ " ${os} -${arch} " = " Linux-x86_64" ]; then
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ elif [ -e "$HOME/.nix-profile/etc/profile.d/nix.sh" ]; then
1818 . " $HOME /.nix-profile/etc/profile.d/nix.sh"
1919fi
2020
21- nix run --accept-flake-config github:kennethdsheridan /netprofiler_lite#bench
21+ nix run --accept-flake-config github:sfcompute /netprofiler_lite#bench
2222```
2323
2424Install only:
You can’t perform that action at this time.
0 commit comments