
Security News
AGENTS.md Gains Traction as an Open Format for AI Coding Agents
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
github.com/redistimeseries/redistimeseries-ooo-benchmark
This repo contains code to mimic the out ot order / backfilled workloads on RedisTimeSeries >= v1.4.
Several aspects can dictate the overall system performance, like the:
This benchmark go program is know to be supported for go >= 1.13.
The easiest way to get and install the Subscriber Go program is to use
go get
and then go install
:
# Fetch this repo
go get github.com/RedisTimeSeries/redistimeseries-ooo-benchmark
cd $GOPATH/src/github.com/RedisTimeSeries/redistimeseries-ooo-benchmark
make
Usage of redistimeseries-ooo-benchmark:
-chunk-size int
chunk size. (default 4096)
-client-update-tick int
client update tick. (default 1)
-compressed
test for compressed TS
-debug-level int
debug level.
-host string
redis host. (default "127.0.0.1:6379")
-json-out-file string
Name of json output file, if not set, will not print to json.
-ooo-percentage float
out of order percentage [0.0,100.0]
-pipeline int
pipeline. (default 1)
-random-seed int
random seed to be used. (default 12345)
-samples-per-ts uint
Number of total samples per timeseries. (default 100000)
-ts-maximum uint
channel ID maximum value ( each channel has a dedicated thread ). (default 100)
-ts-minimum uint
channel ID minimum value ( each channel has a dedicated thread ). (default 1)
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.
Security News
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.