aboutsummaryrefslogtreecommitdiff
path: root/extras/benchmark/generate_benchmark.py
AgeCommit message (Expand)Author
2020-04-05Compile without -Werror so that we can compare Fruit performance of the lates...Marco Poletti
2020-04-01Add type annotations in benchmarking code.Marco Poletti
2018-09-12Implement a variant of the executable size 'benchmark' that disables exceptio...Marco Poletti
2018-09-09Add more real-world benchmarks of startup time, with/without DI frameworks.Marco Poletti
2018-09-09Don't generate runtime bench code in compile benchmarks and executable size b...Marco Poletti
2018-09-08Increase the template recursion depth to allow the Boost.DI benchmarks with 1...Marco Poletti
2018-09-08Several improvements to the benchmarking code.Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-09Add a --generate-debuginfo flag to generate_benchmark and document it.Marco Poletti
2017-06-18Support benchmarking the old/new PartialComponent::install methods.Marco Poletti
2016-08-28Use rpath flags for dynamic linking of benchmark code, instead of using LD_LI...Marco Poletti
2016-08-28Fix a couple remaining issues with the benchmark code and introduce YAML file...Marco Poletti
2016-08-27Introduce python scripts to run multiple benchmarks and analyze the results.Marco Poletti
2016-07-16Rewrite the benchmark code in python, slightly changing the generated benchma...Marco Poletti