All Projects → ajakubek → core-latency

ajakubek / core-latency

Licence: other
A simple benchmark which measures latency between CPU cores.

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to core-latency

speed-cloudflare-cli
📈 Measure the speed and consistency of your internet connection using speed.cloudflare.com
Stars: ✭ 99 (+167.57%)
Mutual labels:  latency
mtr-monitor
Simple MTR runner with grafana and influxdb on board
Stars: ✭ 48 (+29.73%)
Mutual labels:  latency
Comcast
Simulating shitty network connections so you can build better systems.
Stars: ✭ 7,703 (+20718.92%)
Mutual labels:  latency
latenz
JavaScript HTTP latency analyzer
Stars: ✭ 18 (-51.35%)
Mutual labels:  latency
vultr-pingtest
⌚ Test Latency from all Vultr VPS Locations
Stars: ✭ 40 (+8.11%)
Mutual labels:  latency
JUnitPerf
API performance testing framework built using JUnit
Stars: ✭ 48 (+29.73%)
Mutual labels:  latency
nn-Meter
A DNN inference latency prediction toolkit for accurately modeling and predicting the latency on diverse edge devices.
Stars: ✭ 211 (+470.27%)
Mutual labels:  latency
LiveVideo10ms
Real time video decoding on android
Stars: ✭ 41 (+10.81%)
Mutual labels:  latency
Multi-Ping
No description or website provided.
Stars: ✭ 22 (-40.54%)
Mutual labels:  latency
Dgraph
Native GraphQL Database with graph backend
Stars: ✭ 17,127 (+46189.19%)
Mutual labels:  latency
FogTorchPI
A probabilistic prototype for deployment of Fog applications.
Stars: ✭ 19 (-48.65%)
Mutual labels:  latency
koa-yield-breakpoint
Add breakpoints around `yield` expression especially for koa@1.
Stars: ✭ 17 (-54.05%)
Mutual labels:  latency
cult
CPU Ultimate Latency Test.
Stars: ✭ 67 (+81.08%)
Mutual labels:  latency
benchmark-http
No description or website provided.
Stars: ✭ 15 (-59.46%)
Mutual labels:  latency
Kafka Monitor
Xinfra Monitor monitors the availability of Kafka clusters by producing synthetic workloads using end-to-end pipelines to obtain derived vital statistics - E2E latency, service produce/consume availability, offsets commit availability & latency, message loss rate and more.
Stars: ✭ 1,817 (+4810.81%)
Mutual labels:  latency
kube-latency
Benchmark kubernetes' Pod network
Stars: ✭ 33 (-10.81%)
Mutual labels:  latency
rtiperftest
RTI Perftest is a command-line application that measures the Latency and Throughput of very configurable scenarios that use RTI Connext DDS middleware to send messages.
Stars: ✭ 38 (+2.7%)
Mutual labels:  latency
hedgedhttp
Hedged HTTP client which helps to reduce tail latency at scale.
Stars: ✭ 103 (+178.38%)
Mutual labels:  latency
spicedb
Open Source, Google Zanzibar-inspired fine-grained permissions database
Stars: ✭ 3,358 (+8975.68%)
Mutual labels:  latency
goanalyzer
improved go tool trace goroutine analysis
Stars: ✭ 30 (-18.92%)
Mutual labels:  latency

A simple tool for measuring latency between CPU cores.

Execute make test command to run the benchmark.

Requires Linux with a C++11 compiler (tested with gcc) and boost libraries.

Note that measured latencies are for full roundtrip between two cores. Divide them by two to get actual time needed to fetch data from another core.

Latencies are commutative so only one measument is displayed for each core pair.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].