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 8c52480 commit ad4bf91Copy full SHA for ad4bf91
script.sh
@@ -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
8
+cd ../julia
9
+printf "\n#============== Running Julia Benchmark ==============#\n"
10
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