Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Jan 4, 2018
1 parent 777896d commit 7918a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/benchmark.md
Expand Up @@ -11,7 +11,7 @@
* Command: `ruby -v -Ilib -r./tools/shim bin/optcarrot --benchmark examples/Lan_Master.nes`
* This runs the first 180 frames (three seconds), and prints the fps of the last ten frames.
* `--benchmark` mode implies no GUI, so GUI overhead is not included.
* [`tools/shim.rb`](../tools/shim.rb) ios required for incompatibility of Ruby implementations.
* [`tools/shim.rb`](../tools/shim.rb) is required for incompatibility of Ruby implementations.
* `--opt` option is added for the optimized mode.
* Furthermore, [`tools/rewrite.rb`](../tools/rewrite.rb) is used for some implementations (currently, Ruby 1.8 and Opal) to work with syntax incompatibility. See [`tools/run-benchmark.rb`](../tools/run-benchmark.rb) in detail.
* Measured fps 10 times for each, and calculated the average over the runs.
Expand Down

0 comments on commit 7918a4b

Please sign in to comment.