Packages

Fuzzy string matching, distance, similarity, ranking, and entity resolution in Gleam

Current section

Files

Jump to
starfuzz include starfuzz@benchmark_BenchmarkResult.hrl
Raw

include/starfuzz@benchmark_BenchmarkResult.hrl

-record(benchmark_result, {
algorithm_name :: binary(),
case_name :: binary(),
iterations :: integer(),
elapsed_ms :: integer()
}).