Codebase list golang-github-influxdata-tdigest / c3faced0-c089-48bc-a12e-c2f634d01aa9/main test
c3faced0-c089-48bc-a12e-c2f634d01aa9/main

Tree @c3faced0-c089-48bc-a12e-c2f634d01aa9/main (Download .tar.gz)

1
2
3
4
5
6
# Testing

This directory contains two programs `main.go` and `main.cpp` which both read three input file compute various quantiles and write out their results.
The purpose of these programs is to show that the Go implementaion is accurate as compared to the C++ implementaion.

The tests can be run using `test.sh`.