Skip to content

Commit

Permalink
Hackbench still frequently fails to return so disable it for the time…
Browse files Browse the repository at this point in the history
… being.
  • Loading branch information
ckolivas committed Oct 23, 2016
1 parent f23ee1b commit e612a65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interbench.c
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ struct thread threadlist[THREADS] = {
{.label = "Ring", .name = emulate_ring, .load = 1, .rtload = 1},
{.label = "Compile", .name = emulate_compile, .load = 1, .rtload = 1},
{.label = "Memload", .name = emulate_memload, .load = 1, .rtload = 1},
{.label = "Hack", .name = emulate_hackbench, .load = 1, .rtload = 1},
{.label = "Hack", .name = emulate_hackbench, .load = 0, .rtload = 0},
{.label = "Custom", .name = emulate_custom}, /* Leave custom as last entry */
};

Expand Down

0 comments on commit e612a65

Please sign in to comment.