Skip to content

Commit 63896c4

Browse files
Update docs for sfcompute repo
1 parent 3e91c85 commit 63896c4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Small, shareable object-storage throughput benchmark.
2020
Prebuilt 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')"
2424
test -n "$version" || { echo "failed to detect latest version"; exit 1; }
2525

2626
os="$(uname -s)"; arch="$(uname -m)"
@@ -29,7 +29,7 @@ case "${os}-${arch}" in
2929
*) echo "unsupported: ${os}-${arch}"; exit 1 ;;
3030
esac
3131

32-
base="https://github.com/kennethdsheridan/netprofiler_lite/releases/latest/download"
32+
base="https://github.com/sfcompute/netprofiler_lite/releases/latest/download"
3333
curl -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

docs/nix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"
1919
fi
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

2424
Install only:

0 commit comments

Comments
 (0)