Skip to content

Commit

Permalink
Attempted fix ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
ulfjack committed Feb 13, 2019
1 parent 265c164 commit b9d809a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_benchmark.bat
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -samples=1000 -v -precision=1 > win-fixed-1.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -samples=1000 -v -precision=10 > win-fixed-10.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -samples=1000 -v -precision=100 > win-fixed-100.csv
bazel run -c opt //ryu/benchmark:benchmark_fixed_cc -- -samples=1000 -v -precision=1000 > win-fixed-1000.csv
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
Expand Down

0 comments on commit b9d809a

Please sign in to comment.