Commit Graph

21 Commits

Author SHA1 Message Date
Tobias Koppers fd4b3c503a pretty files 2019-06-09 11:23:42 +02:00
Tobias Koppers 75a9a515fd fix prettierignore file and run prettier 2019-02-18 09:23:08 +01:00
Florent Cailhol faf04e005c Update prettier to v1.13 2018-05-29 16:14:16 +02:00
Bazyli Brzóska 002b04fe9c no need for is-ci package + use stderr for live printing 2018-04-26 23:39:04 +02:00
Bazyli Brzóska 09ee9f4883 migration of new tests and changes after merge of master 2018-04-11 20:31:28 +02:00
Bazyli Brzóska 75253e7154 Merge branch 'master' of https://github.com/webpack/webpack into jest
# Conflicts:
#	.eslintrc.js
#	package.json
#	test/BenchmarkTestCases.benchmark.js
#	test/ConfigTestCases.test.js
#	test/NodeWatchFileSystem.unittest.js
#	test/TestCases.test.js
#	test/WatcherEvents.test.js
#	test/cases/parsing/extract-require/index.js
#	test/configCases/parsing/harmony-this/index.js
#	test/statsCases/async-commons-chunk/expected.txt
#	yarn.lock
2018-04-10 23:36:20 +02:00
Bazyli Brzóska 56c9c6e9e0 address review and run prettier
address https://github.com/webpack/webpack/pull/6565#discussion_r173094443
2018-04-10 22:48:13 +02:00
Florent Cailhol f1092ad516 Update prettier toolchain 2018-03-26 16:56:10 +02:00
Bazyli Brzóska 829fa7acf6 jest: fix running benchmarks 2018-03-07 01:15:41 +01:00
Bazyli Brzóska 650cf52e56 Merge branch 'master' into jest
# Conflicts:
#	lib/Chunk.js
#	lib/HotModuleReplacement.runtime.js
#	lib/Module.js
#	lib/MultiCompiler.js
#	lib/Parser.js
#	lib/Stats.js
#	test/BenchmarkTestCases.benchmark.js
#	test/CachePlugin.unittest.js
#	test/CaseSensitiveModulesWarning.unittest.js
#	test/Chunk.unittest.js
#	test/Compiler-caching.test.js
#	test/Compiler.test.js
#	test/ConfigTestCases.test.js
#	test/ContextModuleFactory.unittest.js
#	test/DependenciesBlockVariable.unittest.js
#	test/Errors.test.js
#	test/Examples.test.js
#	test/HotModuleReplacementPlugin.test.js
#	test/HotTestCases.test.js
#	test/Integration.test.js
#	test/LocalModulesHelpers.unittest.js
#	test/ModuleDependencyError.unittest.js
#	test/ModuleReason.unittest.js
#	test/MultiStats.unittest.js
#	test/NodeTemplatePlugin.test.js
#	test/NodeWatchFileSystem.unittest.js
#	test/NormalModule.unittest.js
#	test/NullDependency.unittest.js
#	test/Parser.unittest.js
#	test/ProfilingPlugin.unittest.js
#	test/RawModule.unittest.js
#	test/RuleSet.unittest.js
#	test/Schemas.lint.js
#	test/SideEffectsFlagPlugin.unittest.js
#	test/SizeFormatHelpers.unittest.js
#	test/SourceMapDevToolModuleOptionsPlugin.unittest.js
#	test/Stats.test.js
#	test/Stats.unittest.js
#	test/StatsTestCases.test.js
#	test/Template.unittest.js
#	test/TestCases.test.js
#	test/Validation.test.js
#	test/WatchDetection.test.js
#	test/WatchTestCases.test.js
#	test/WatcherEvents.test.js
#	test/WebEnvironmentPlugin.unittest.js
#	test/WebpackMissingModule.unittest.js
#	test/compareLocations.unittest.js
#	test/identifier.unittest.js
2018-02-25 12:00:09 +01:00
Bazyli Brzóska 36e8e30875 run prettier on existing code 2018-02-25 11:46:17 +01:00
Bazyli Brzóska 7b5c3516f6 Merge branch 'v4-beta3' into jest
# Conflicts:
#	test/BenchmarkTestCases.benchmark.js
#	test/CachePlugin.unittest.js
#	test/HotTestCases.test.js
#	test/NormalModule.unittest.js
#	test/ProfilingPlugin.unittest.js
#	test/TestCases.test.js
#	test/configCases/parsing/harmony-this/index.js
#	test/configCases/plugins/profiling-plugin/index.js
#	test/configCases/plugins/profiling-plugin/webpack.config.js
#	test/watchCases/runtime/static-import/0/index.js
#	yarn.lock
2018-02-25 11:41:05 +01:00
Tobias Koppers f32bd41c52 fix linting 2018-02-25 02:15:37 +01:00
Tobias Koppers 5238159d21 run prettier on existing code 2018-02-25 02:00:20 +01:00
Suguru Motegi 864e563173 replace Async with Neo-Async 2018-02-11 14:31:08 -08:00
Bazyli Brzóska b823449260 migrate BenchmarkTestCases 2018-01-27 16:34:56 +01:00
Tobias Koppers 5941ab0d0c fix linting errors 2017-11-15 14:08:11 +01:00
SendilKumar N cd688f84da changing async to asyncLib 2017-04-05 21:06:23 +08:00
Tobias Koppers 3f2df0ece2 interpolate between data points 2017-01-18 14:10:35 +01:00
Tobias Koppers 6192b39d2d use mathematical correct confidence interval
reset git tree correctly when loading stuff
fix error when errors in benchmark occur
2017-01-18 13:20:29 +01:00
Tobias Koppers a0dfa8ca6d add benchmarking system 2017-01-18 03:29:50 +01:00