Notes on how to run benchmarks

This commit is contained in:
Yorick Peterse 2015-05-20 23:32:52 +02:00
parent fc431ad5db
commit 098cd51ab7
1 changed files with 8 additions and 0 deletions

View File

@ -46,6 +46,14 @@ You can compile the various parsers/extensions by running:
For more information about the available tasks, run `rake -T`. For more information about the available tasks, run `rake -T`.
## Running Benchmarks
Benchmarks are located in the `benchmark` directory. Some of these require
fixture files which can be generated by running `rake fixtures`. Running a
benchmark is just a matter of running a Ruby script, for example:
ruby benchmark/xml/parser/parser_bench.rb
## Continuous Integration ## Continuous Integration
Two continuous integration services are used to ensure the tests of Oga pass Two continuous integration services are used to ensure the tests of Oga pass