提交 bcd306bf authored 作者: James Bergstra's avatar James Bergstra

adding benchmark README.txt describing how to write benchmarks

上级 4f2676a0
The benchmarking folder contains efforts to benchmark Theano against various
other systems. Each subfolder corresponds to a particular type of computation,
and each sub-subfolder corresponds to the implementation of that computation in
with a particular software package.
Since there is a variety of benchmark problems and of software systems, there
isn't a standard for how to run the benchmark suite.
There is however a standard for how each benchmark should produce results.
Every benchmark run should produce one or more files with the results of
benchmarking. These files must end with extension '.bmark'. These files must
have at least three lines each:
1) line 1 - description of computation/problem
2) line 2 - description of implementation/platform
3) line 3 - time required (in seconds)
4) line 4 - [optional] an estimated number of FLOPS performed (not necessarily same for all implementations of problem)
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论