readme
来自「Java的面向对象数据库系统的源代码」· 代码 · 共 35 行
TXT
35 行
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 + =
减小字号Ctrl + -
显示快捷键?