Skip to content

Remove googletest entirely as benchmark dependency#504

Merged
lemire merged 1 commit into
masterfrom
jkeiser/googletest
Feb 21, 2020
Merged

Remove googletest entirely as benchmark dependency#504
lemire merged 1 commit into
masterfrom
jkeiser/googletest

Conversation

@jkeiser
Copy link
Copy Markdown
Member

@jkeiser jkeiser commented Feb 21, 2020

This doesn't change the default of -DSIMDJSON_GOOGLE_BENCHMARKS=OFF, but it does disable all building of the Google Benchmark tests, bringing compile time back down to normal. It also removes the dependencies/googletest submodule.

At this point, the only real extra time taken is in cmake--an extra 8 seconds to detect features the first time it's run. make is a couple seconds longer purely because it is building the actual bench_parse_call executable. Since cmake is off the main dev path, we probably could enable it without hurting our experience after this.

@lemire
Copy link
Copy Markdown
Member

lemire commented Feb 21, 2020

Looks uncontroversial, merging.

@lemire lemire merged commit b6423a3 into master Feb 21, 2020
@jkeiser jkeiser deleted the jkeiser/googletest branch February 21, 2020 22:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants