alepez / vim-gtest

Vim plugin to quickly select and run GoogleTest asyncronously.
64 stars 12 forks source link

A similar request for benchmark tools request. #26

Closed hudengjunai closed 2 years ago

hudengjunai commented 2 years ago

Thanks for your vim-gest plugin. it's quite usefull in vim/c++ ide. recently. the google-benchmarksis also wide used in benchmark code snippet and functions. and the mode is simillar to gtest. also Cmd/filter pattern. So can you give a simple implimentation for vim-benchmarks plugin?

alepez commented 2 years ago

Hi @hudengjunai, thank you for appreciation. I'm currently working on this project which will be the base (as a server) for a future vim plugin for testing with any framework (not just googletest). I'll take into account the possibility to also add google-benchmark and other benchmarks tool to this project. In the meanwhile, you can fork my vim-gtest project and slightly change it to work with gooogle-benchmarks.

hudengjunai commented 2 years ago

Hi @hudengjunai, thank you for appreciation. I'm currently working on this project which will be the base (as a server) for a future vim plugin for testing with any framework (not just googletest). I'll take into account the possibility to also add google-benchmark and other benchmarks tool to this project. In the meanwhile, you can fork my vim-gtest project and slightly change it to work with gooogle-benchmarks.

good. I am trying.