temci icon indicating copy to clipboard operation
temci copied to clipboard

An advanced benchmarking tool

Results 8 temci issues
Sort by recently updated
recently updated
newest added

[Velcom's output format](https://github.com/IPDSnelting/velcom/blob/main/docs/bench_repo_specification.md#output-format) allows the specification of `error` measurements. Temci's report functionality should make use of that. Currently, I have to read both the `exec` as well as the `report`...

enhancement

[Here](https://temci.readthedocs.io/en/latest/temci_exec.html#number-of-runs) I see the following: > # Number of runs > >The number of runs per block is either fixed by the `runs` settings that apply or is between the...

I have a run block (description `build`) that has `run_config.runs=1`, but I still get output like the following: ``` Benchmark 5 to 10 times Benchmark 1 out of 5 to...

bug

Parallel benchmarking with cpusets does not work currently. This feature is not important, but it might be useful in some use cases (e.g. single threaded cpu bound programs).

bug

Thereby allowing the user to benchmark based on the variance.

enhancement

Hi, I tried to install temci with the following comand: ``` sudo pip3 install temci ``` But I got the following error: ``` × python setup.py egg_info did not run...