This website requires JavaScript.
Explore
Help
Sign In
jcarr
/
old-benchmark-code
Watch
1
Star
0
Fork
You've already forked old-benchmark-code
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
old-benchmark-code
/
cpu
/
bc_sin.sh
6 lines
100 B
Bash
Executable File
Raw
Permalink
Blame
History
#!/bin/bash
# bc is not threaded. This only tests 1 cpu
echo
"
scale=
$1
; s(1)
"
|
bc -l
&
>/dev/null
Reference in New Issue
View Git Blame
Copy Permalink