# README
Synthetic Load Testing 
Based on https://github.com/mlperf/inference/tree/master/inference_harness
Test
go test
# Functions
No description provided by the author
Returns the maximum throughput (QPS) subject to a latency bound.
The input generator (what's called query library in sylt).
The input runner (what's called enqueue function in sylt).
The target latency bound.
The minimum percent of queries meeting the latency bound.
No description provided by the author
The minimum duration of the trace.
The minimum number of queries.
No description provided by the author
Generate a trace from a query library based on a seed with a given minimum number of queries, miniumum duration, and qps.
No description provided by the author
ReadFile is adapTed from ioutil.
The pseudo-random number generator's seed.
WalkDirs looks for files in the given dir and returns a list of files in it usage for all files in the b0x: WalkDirs("", false).
WriteFile is adapTed from ioutil.
# Variables
CTX is a context for webdav vfs.
FileCatJpg is "/cat.jpg".
FileChickenJpg is "/chicken.jpg".
FS is a virtual memory file system.
Handler is used to server files through a http handler.
HTTP is the http file system.
# Structs
HTTPFS implements http.FileSystem.
No description provided by the author
This example enqueue function just sleeps for 20 ms.
No description provided by the author
# Interfaces
No description provided by the author