-
Notifications
You must be signed in to change notification settings - Fork 95
BOYTest
= BOY Performance Test Report = PageOutline(2-3)
== Test Infrastructure == All tests were executed on a single PC.
- DELL Precision Workstation T3500
- CPU: 2.7GHz Intel Xeon 4 core
- OS: Linux 2.6.18 (Redhat 4.1.2), 64 bit
- Java: JDK 1.6.0_26
== Test Setup == A soft IOC executed this type of EPICS database:
{{{ record(ai, "pv$(X)1") { field(DESC, "Analog input") field(INP, "pv$(X)1:calcExample.VAL NPP NMS") field(EGUF, "100") field(EGU, "Counts") field(HOPR, "100") field(LOPR, "0") field(HIHI, "80") field(HIGH, "60") field(LOW, "40") field(LOLO, "20") field(HHSV, "MAJOR") field(HSV, "MINOR") field(LSV, "MINOR") field(LLSV, "MAJOR") } record(calc, "pv$(X)1:calcExample") { field(DESC, "Counter") field(SCAN,"$(Scan)") field(FLNK, "pv$(X)1") field(CALC, "(A<B)?(A+C):D") field(INPA, "pv$(X)1:calcExample.VAL NPP NMS") field(INPB, "99") field(INPC, "1") field(INPD, "0") field(EGU, "Counts") field(HOPR, "100") field(HIHI, "80") field(HIGH, "60") field(LOW, "40") field(LOLO, "20") field(HHSV, "MAJOR") field(HSV, "MINOR") field(LSV, "MINOR") field(LLSV, "MAJOR") field(VAL, "0") }
}}}