aboutsummaryrefslogtreecommitdiff
path: root/tools/0004_gendata_h48h0k4/gendata_h48h0k4.c
blob: ff34bb95d8eb976557aa968a1c572b36ae5b5b6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#include "../tool.h"

uint64_t expected[21] = {
	[0] = 1,
	[1] = 1,
	[2] = 4,
	[3] = 34,
	[4] = 331,
	[5] = 3612,
	[6] = 41605,
	[7] = 474128,
	[8] = 4953846,
	[9] = 34776317,
	[10] = 68566704,
	[11] = 8749194,
	[12] = 1673,
};

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

int main(void) {
	nissy_setlogger(log_stderr);

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

	return 0;
}

Generated with cgit - Back to sebastiano.tronto.net