aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/stdlib_bench.spec
AgeCommit message (Collapse)Author
2019-03-20Improve the ETS benchmark in the test suite ets_SUITEKjell Winblad
* Refactor the code to make it easier to configure the benchmark * Add a test case for long benchmark runs. The new test case is run by the OTP-team's benchmark infrastructure and can help in keeping track of how the performance of ETS is affected by code changes.
2018-01-16Introduce gen_statem vs gen_fsm benchmarkRaimo Niskanen
Conflicts: lib/stdlib/test/stdlib_bench_SUITE.erl
2017-12-20stdlib: Introduce gen_server benchmarkHans Bolinder
2017-09-26stdlib: Add unicode string benchmarksDan Gudmundsson