Bump benchmark to master (#6878)

* Bump benchmark to master

* add semicolon to BENCHMARK_MAIN
This commit is contained in:
Yangqing Jia
2018-04-23 16:28:08 -07:00
committed by GitHub
parent 82a33c32aa
commit df2817d3b1
2 changed files with 2 additions and 2 deletions

View File

@ -220,4 +220,4 @@ static void BM_TensorAllocDeallocCUDA(benchmark::State& state) {
}
BENCHMARK(BM_TensorAllocDeallocCUDA);
BENCHMARK_MAIN()
BENCHMARK_MAIN();