matchingsimulationcomparison

command
v1.2.15-prerelease12 Latest Latest
Warning

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

Go to latest
Published: Jan 9, 2025 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

Run subset of scenarios and compare:

go run tools/matchingsimulationcomparison/*.go \
    --scenarios "fluctuating"

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

go run tools/matchingsimulationcomparison/*.go \
    --ts 2024-11-27-21-29-55 \
    --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