Skip to content

Commit

Permalink
Forgetting to revert changes during testing
Browse files Browse the repository at this point in the history
  • Loading branch information
oyama committed Jun 15, 2024
1 parent 6f9f613 commit dc76d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/benchmark/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ int main(void) {
stdio_init_all();
init_filesystem_combination();

for (size_t i = 3; i < NUM_COMBINATION; i++) {
for (size_t i = 0; i < NUM_COMBINATION; i++) {
struct combination_map setting = combination[i];
printf("Test of %s on %s:\n", setting.filesystem->name, setting.device->name);

Expand Down

0 comments on commit dc76d54

Please sign in to comment.