Skip to content

Files

Latest commit

author
Martin Hörnig
Jul 10, 2017
97dd673 · Jul 10, 2017

History

History

benchmark

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 15, 2017
Jul 10, 2017
Jun 15, 2017

Benchmark

Using std::chronothis example measures processing times of libtssi2 compares to:

void read(span<const char> data) {
	for (auto v : data) {}
}

Only the time spent in libtssi2 or readis measured. Disc to memory transfers are omitted. Data is processed in 1MB chunks.

libtssi benchmark

All tests were conducted on a HP Spectre x360 with Intel Core i7-7500U.