matchingsimulationcomparison

command
v1.2.15-prerelease04 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 27, 2024 License: MIT Imports: 12 Imported by: 0

README

This tool runs a set of matching simulation tests, extracts stats from their output and generates a csv to compare them easily.

Note: The parsing logic might break in the future if the run_matching_simulator.sh starts spitting different shaped lines. Alternative is to load all the event logs into a sqlite table and then run queries on top instead of parsing outputs of jq in this tool.

Run all the scenarios and compare:

go run tools/matchingsimulationcomparison/*.go --out simulation_comparison.csv

If you have already run some scenarios before and made changes in the output/comparison then run in Compare mode

go run tools/matchingsimulationcomparison/*.go --out simulation_comparison.csv \
    --ts 2024-09-12-18-16-44 \
    --mode Compare

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL