Fix error in README.

This commit is contained in:
Allison Vacanti
2021-03-03 17:22:35 -05:00
parent 544deaf539
commit 21e13f002d

View File

@@ -321,7 +321,7 @@ void sync_example(nvbench::state& state)
/* Benchmark that implicitly syncs here. */
});
}
NVBENCH_BENCH(timer_example);
NVBENCH_BENCH(sync_example);
```
## Explicit timer mode: `nvbench::exec_tag::timer`