FIX Antenna C++ 2.29.0 Results

Approach

Benchmarks were run against two different versions of FIX Antenna C++ (2.28.0 and 2.29.0), and the results were compared in order to detect possible regressions.

The following builds were tested:

  • FIX Antenna C++ 2.28_558
  • FIX Antenna C++ 6.29.0_571

Hardware

FIX Antenna Machine

  • Intel(R) Xeon(R) CPU E5-2687 v3 @ 3.10GHz (2 CPU Hyper-Trading Enabled, 20 Cores)
  • RAM 128 GB, 2133 MHz
  • NIC Solarflare Communications SFC9120 (Firmware-version: 4.2.2.1003 rx1 tx1)
  • Linux (CentOS 7.0.1406 kernel 3.10.0-123.el7.x86_64)
  • SolarFlare driver version: 4.1.0.6734a

Client Machine

  • Intel(R) Xeon(R) CPU E5-2687 v3 @ 3.10GHz (2 CPU Hyper-Trading Enabled, 20 Cores)
  • RAM 128 GB, 2133 MHz
  • NIC Solarflare Communications SFC9120 (Firmware-version: 4.2.2.1003 rx1 tx1)
  • Linux (CentOS 7.0.1406 kernel 3.10.0-123.el7.x86_64)
  • SolarFlare driver version: 4.1.0.6734a

Benchmarks

Single Session Echo Scenario

  • One initiator session is configured on the FIX Antenna C++ side.
  • One acceptor session is configured on the client application side.

 The process:

  1. FIX Antenna C++ connects to the client application and sends 1000000 FIX 4.2 messages at a rate of 50000 messages per second.
  2. The client application receives the messages and responds to FIX Antenna C++ with the same message via the same TCP/IP connection (the same session).
  3. FIX Antenna C++ collects the response time histogram.
  4. The process is repeated 3 times for each FIX Antenna C++ release version.

The response time measured by the FIX Antenna is the difference between timestamps:

  • t1 - timestamp is taken right before sending a message to the socket
  • t2 - timestamp is taken right after receiving the same message from the socket (from the client application)

So the round-trip time formula is: RTT = t2 - t1 and the measurement unit is microseconds.

The test scenario diagram:

Results

The performance of the FIX Antenna C++ 2.29.0 release is the same as the performance of the FIX Antenna C++ 2.28.0 release. There is no performance degradation or improvement.

Performance value slightly differs from run to run due to the nature of the system used to measure the performance. 

Single Session Echo Scenario

The table below contains a single run one-to-one comparison and may have some differences compared to the graphic above that shows a 3 runs average comparison.


FA 2.28.0_558, usecFA 2.29.0_571, usec
Min7.6687.824
Max221.055220.543
Median8.7758.991
Average8.9839.205
50%8.7758.991
75%8.8559.063
90%9.0479.231
95%9.4239.679
99%9.66310.127
99.9%87.48786.143
99.99%193.407191.743