-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make benchmark of parsing #4
Comments
A first benchmark warming up benchmarking Parsing FIX |
With the -O3 we have warming up benchmarking Parsing FIX |
I now enforce, using DeepSeq, the evaluation of FIXMessage values. warming up benchmarking Parsing FIX |
warming up benchmarking FIX42/Heartbeat benchmarking FIX42/TestRequest benchmarking FIX42/ResendRequest benchmarking FIX42/Reject benchmarking FIX42/SequenceReset benchmarking FIX42/Logout benchmarking FIX42/IndicationofInterest benchmarking FIX42/Advertisement benchmarking FIX42/ExecutionReport benchmarking FIX42/OrderCancelReject benchmarking FIX42/Logon benchmarking FIX42/News benchmarking FIX42/Email benchmarking FIX42/NewOrderSingle benchmarking FIX42/NewOrderList benchmarking FIX42/OrderCancelRequest benchmarking FIX42/OrderCancelReplaceRequest benchmarking FIX42/OrderStatusRequest benchmarking FIX42/Allocation benchmarking FIX42/ListCancelRequest benchmarking FIX42/ListExecute benchmarking FIX42/ListStatusRequest benchmarking FIX42/ListStatus benchmarking FIX42/AllocationACK benchmarking FIX42/DontKnowTrade benchmarking FIX42/QuoteRequest benchmarking FIX42/Quote benchmarking FIX42/SettlementInstructions benchmarking FIX42/MarketDataRequest benchmarking FIX42/MarketDataSnapshotFullRefresh benchmarking FIX42/MarketDataIncrementalRefresh benchmarking FIX42/MarketDataRequestReject benchmarking FIX42/QuoteCancel benchmarking FIX42/QuoteStatusRequest benchmarking FIX42/QuoteAcknowledgement benchmarking FIX42/SecurityDefinitionRequest benchmarking FIX42/SecurityDefinition benchmarking FIX42/SecurityStatusRequest benchmarking FIX42/SecurityStatus benchmarking FIX42/TradingSessionStatusRequest benchmarking FIX42/TradingSessionStatus benchmarking FIX42/MassQuote benchmarking FIX42/BusinessMessageReject benchmarking FIX42/BidRequest benchmarking FIX42/BidResponse benchmarking FIX42/ListStrikePrice |
Compare the results with QuickFIX |
Make a benchmark of our FIX parser (maybe using Ciretorion) and compare to other FIX engine implementations.
The text was updated successfully, but these errors were encountered: