Releases: bblfsh/performance
Releases · bblfsh/performance
v0.0.9: fix parseBenchmarkName (#26)
prefixes were not trimmed correctly Signed-off-by: lwsanty <[email protected]>
v0.0.8: docker wait for process to finish (#25)
as it was figured out when docker API returns inspect process status code 0 - it can either be successfully or still running, thus wait for process was applied, default timeout is 5m Signed-off-by: lwsanty <[email protected]>
v0.0.7: Merge pull request #24 from bblfsh/fix-build-path
fix build binary path
v0.0.6: driver and native driver performance testing commands + refactoring
This closes #15, closes #21 Signed-off-by: lwsanty <[email protected]>
v0.0.5: trim prefixes (#20)
during e2e command execution all files contain same prefix, this fix trims that prefix closes #19 Signed-off-by: lwsanty <[email protected]>
v0.0.4: rename metrics (#17)
Signed-off-by: Denys Smirnov <[email protected]>
v0.0.3: add exclude-substrings flag (#16)
Previous version of performance CLI was working with file extensions, however now it should be run inside the Jenkins environment, at the same time Jenkinsfile will be generated from SDK that does not have such metadata as extension. Thus extensions flag was changed to exclude-substrings. Default values are set with the respect to a fixtures suite of every driver, excluding files with AST contents. Signed-off-by: lwsanty <[email protected]>
v0.0.2: Dockerfile -> add gcc installation
Signed-off-by: lwsanty <[email protected]>
v0.0.1: Dockerfile -> add git and bash installation
Signed-off-by: lwsanty <[email protected]>