We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87372ff commit fcc5f32Copy full SHA for fcc5f32
scripts/hash.sh
@@ -1,3 +1,3 @@
1
#!/bin/sh
2
3
-for f in bin/pprof-*; do shasum -a 256 $f > $f.sha256; done
+for f in bin/codeperf-*; do shasum -a 256 $f > $f.sha256; done
0 commit comments