add benchmark to app. TODO: test benchmark.
This commit is contained in:
parent
846743982b
commit
2ad977d28e
|
@ -41,7 +41,7 @@ BenchmarkPair bmh_list[] = {
|
||||||
{.handle = &md5_handle, .name = "md5sum", .time = 0}, //
|
{.handle = &md5_handle, .name = "md5sum", .time = 0}, //
|
||||||
{.handle = &cubic_handle, .name = "cubic", .time = 0}, //
|
{.handle = &cubic_handle, .name = "cubic", .time = 0}, //
|
||||||
{.handle = &edn_handle, .name = "edn", .time = 0}, //
|
{.handle = &edn_handle, .name = "edn", .time = 0}, //
|
||||||
// {.handle = &huffbench_handle, .name = "huffbench", .time = 0}, //
|
{.handle = &huffbench_handle, .name = "huffbench", .time = 0}, //
|
||||||
{.handle = &matmult_int_handle, .name = "matmult-int", .time = 0}, //
|
{.handle = &matmult_int_handle, .name = "matmult-int", .time = 0}, //
|
||||||
{.handle = &libminver_handle, .name = "libminver", .time = 0}, //
|
{.handle = &libminver_handle, .name = "libminver", .time = 0}, //
|
||||||
{.handle = &nobody_handle, .name = "nbody", .time = 0}, //
|
{.handle = &nobody_handle, .name = "nbody", .time = 0}, //
|
||||||
|
|
Loading…
Reference in New Issue