📄 readme
字号:
What does the example do?-------------------------This example implements the OO1 benchmark. OO1 is a very simple benchmark.Originaly it consists of 4 different benchmarks that are performed on thesame object structure. (we have added some more)What is needed to run it?-------------------------CattellImpl.java - a running ozone serverHow to build it?----------------ozoneAnt (or just ant if you have it installed)The resulting classes will be in build/classesHow to run it?--------------To run all benchmarks go to build/classes and start the server therethen call ../../runAll.sh or ..\..\runAll.cmd depending on OSYou might want to edit the file to tweak the parameters.To run individual bemchmarks:"ojvm CattellImpl -help" without arguments gives a detailed description.It is also possible to run it as a localdatabase by specifying -host=localNote that the test was designed for remote database and since close() is called aftereach test the database shuts down. This does not slow down the benchmark per sebut slows down a whole batch of benchmarks as when running runAll.sh
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -