aboutsummaryrefslogtreecommitdiff
path: root/extras/benchmark/fruit_source_generator.py
AgeCommit message (Expand)Author
2020-04-01Fix the benchmark code to work with newer versions of networkx where Graph.pr...Marco Poletti
2020-04-01Call nx.DiGraph.nodes instead of .nodes_iter(), the latter no longer exists i...Marco Poletti
2020-04-01Add type annotations in benchmarking code.Marco Poletti
2018-09-11Remove the componentNormalizationTime benchs, the new startup benchs are more...Marco Poletti
2018-09-09Add more real-world benchmarks of startup time, with/without DI frameworks.Marco Poletti
2018-09-09Print a Hello world in the example benchmarks (except the runtime ones) to si...Marco Poletti
2018-09-09Don't generate runtime bench code in compile benchmarks and executable size b...Marco Poletti
2018-09-08Several improvements to the benchmarking code.Marco Poletti
2017-07-31Fix some issues in the benchmarking scripts, that were introduced by the prev...Marco Poletti
2017-07-31Change Injector's and NormalizedComponent's constructors to take a component ...Marco Poletti
2017-07-09No longer collect the 'componentCreationTime' metric in benchmarks. This is s...Marco Poletti
2017-07-08Now that creating an Injector directly is more efficient than creating a Norm...Marco Poletti
2017-06-18Support benchmarking the old/new PartialComponent::install methods.Marco Poletti
2016-09-04Fix the benchmarking code so that it works with both Fruit <2.1.0 and >=2.1.0.Marco Poletti
2016-08-29Reimplement the storage for PartialComponent to: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