summaryrefslogtreecommitdiffhomepage
path: root/misc/benchmarks/plotbench/run_gcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/benchmarks/plotbench/run_gcc.sh')
-rw-r--r--misc/benchmarks/plotbench/run_gcc.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/benchmarks/plotbench/run_gcc.sh b/misc/benchmarks/plotbench/run_gcc.sh
new file mode 100644
index 00000000..6a6472c0
--- /dev/null
+++ b/misc/benchmarks/plotbench/run_gcc.sh
@@ -0,0 +1,12 @@
+g++ -I../include -O3 -o cdeq_benchmark cdeq_benchmark.cpp
+g++ -I../include -O3 -o clist_benchmark clist_benchmark.cpp
+g++ -I../include -O3 -o cmap_benchmark cmap_benchmark.cpp
+g++ -I../include -O3 -o csmap_benchmark csmap_benchmark.cpp
+g++ -I../include -O3 -o cvec_benchmark cvec_benchmark.cpp
+
+c='Mingw-g++-10.30'
+./cdeq_benchmark $c
+./clist_benchmark $c
+./cmap_benchmark $c
+./csmap_benchmark $c
+./cvec_benchmark $c \ No newline at end of file