hodge
hodge
on building ,docker can not set --volumes-from ,only can set --network to link network.
I have the same problem,any support?
count 1000000 | min(ms) 0.002362 | max(ms) 7.170497 | avg(ms) 0.031633 | 80%(ms) 0.032039 | 90%(ms) 0.035875 | 95%(ms) 0.041701 | 99%(ms) 0.067779 | 99.9%(ms) 2.088486 | 99.99%(ms) 3.934515
i run the request and response code , 1000000 times, and result here.
Measure the total time between sending a request and receiving a reply, code use iceoryx_examples/request_response example, run 1000000 times request-response, and see some latency spikes, expected latency more smooth.
`// Copyright (c) 2022 by Apex.AI Inc. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in...