Skip to content

Commit ad4bf91

Browse files
Add files via upload
1 parent 8c52480 commit ad4bf91

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

script.sh

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
#!/usr/bin/bash
2+
cd d
3+
printf "\n#============== Running D Benchmark ==============#\n"
4+
./script.sh
5+
cd ../chapel
6+
printf "\n#============== Running Chapel Benchmark ==============#\n"
7+
./script.sh
8+
cd ../julia
9+
printf "\n#============== Running Julia Benchmark ==============#\n"
10+
./script.sh
11+
printf "\n#============== Running Mir NDSlice Benchmark ==============#\n"
12+
cd ../ndslice
13+
dub build --compiler=ldc2 --build=release --force
14+
/usr/bin/time -v ./ndslice

0 commit comments

Comments
 (0)