File: run_benchmark.bat

package info (click to toggle)
moarvm 2022.12%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 42,724 kB
  • sloc: cpp: 378,682; ansic: 288,257; perl: 8,229; java: 2,682; python: 1,287; makefile: 820; sh: 292
file content (19 lines) | stat: -rw-r--r-- 2,594 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=1 > win-fixed-1.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=10 > win-fixed-10.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=100 > win-fixed-100.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=1000 > win-fixed-1000.csv

bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=1 > win-exp-1.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=10 > win-exp-10.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=100 > win-exp-100.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=1000 > win-exp-1000.csv

/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=1 > mingw-fixed-1.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=10 > mingw-fixed-10.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=100 > mingw-fixed-100.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -64 -samples=1000 -v -precision=1000 > mingw-fixed-1000.csv

/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=1 > mingw-exp-1.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=10 > mingw-exp-10.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=100 > mingw-exp-100.csv
/c/Users/Ulf\ Adams/bin/bazel.exe --host_jvm_args="-Dbazel.windows_unix_root=C:/msys64/" run -c opt --compiler=msys-gcc //ryu/benchmark:benchmark_fixed_cc -- -exp -samples=1000 -v -precision=1000 > mingw-exp-1000.csv