All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

keybench: A Scriptable Performance Benchmarking Tool for Sorted Key-Value Stores

By

alexpadula

28d ago· 21 min readenCode

Summary

keybench is a scriptable, extensible performance benchmarking tool designed for sorted key-value stores. Users write workloads in Lua, and keybench drives those workloads across one or more storage engines, timing every operation and reporting throughput (workload units per second and operations per second) along with latency distributions. The same Lua script runs unchanged across different engines, enabling fair comparisons that measure engine performance rather than test harness differences.

Source

Hacker Newskeybench: A Scriptable Performance Benchmarking Tool for Sorted Key-Value Storesgithub.com

Key quotes

· 3 pulled
You write the workload in Lua. keybench drives it across one or more storage engines, times every operation, and reports throughput and latency.
The same script runs unchanged against every engine, so a comparison measures the engines and not the harness.
keybench reports two rates and a latency distribution.
Snippet from the RSS feed
A scriptable, extensible performance tool for sorted key value stores. - guycipher/keybench

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.