MCPcopy Create free account
hub / github.com/Proryanator/encoder-benchmark / new

Method new

engine/src/benchmark_engine.rs:18–24  ·  view source on GitHub ↗
(log_files: String)

Source from the content-addressed store, hash-verified

16
17impl BenchmarkEngine {
18 pub fn new(log_files: String) -> Self {
19 return Self {
20 permutations: vec![],
21 results: vec![],
22 log_files_directory: log_files,
23 };
24 }
25
26 pub fn run(&mut self) {
27 let runtime = SystemTime::now();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected