aboutsummaryrefslogtreecommitdiff
path: root/tools/002_gendata_h48h0k2/gendata_h48h0k2.c
blob: 14f99ee40c7ee96b05bdd77c102ff969ca2b4fa3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#include "../tool.h"

uint64_t expected[21] = {
	/* Base value is 8 */
	[0] = 5473562,
	[1] = 34776317,
	[2] = 68566704,
	[3] = 8750867,
};

void run(void) {
	gendata_run("h48", "0;2;20", "tables/h48h0k2", expected);
}

int main(void) {
	nissy_setlogger(log_stderr);

	timerun(run, "benchmark gendata_h48 h = 0, k = 2");

	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net