Skip to content

Releases: bblfsh/performance

v0.0.9: fix parseBenchmarkName (#26)

26 Sep 11:51
Compare
Choose a tag to compare
prefixes were not trimmed correctly

Signed-off-by: lwsanty <lwsanty@gmail.com>

v0.0.8: docker wait for process to finish (#25)

18 Sep 12:30
8ef5b1c
Compare
Choose a tag to compare
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 <lwsanty@gmail.com>

v0.0.7: Merge pull request #24 from bblfsh/fix-build-path

18 Sep 10:40
b760bb8
Compare
Choose a tag to compare

v0.0.6: driver and native driver performance testing commands + refactoring

17 Sep 12:26
Compare
Choose a tag to compare
This closes #15, closes #21

Signed-off-by: lwsanty <lwsanty@gmail.com>

v0.0.5: trim prefixes (#20)

31 Jul 08:10
c610584
Compare
Choose a tag to compare
during e2e command execution all files contain same prefix, this fix trims that prefix
closes #19

Signed-off-by: lwsanty <lwsanty@gmail.com>

v0.0.4: rename metrics (#17)

26 Jul 09:43
Compare
Choose a tag to compare
Signed-off-by: Denys Smirnov <denys@sourced.tech>

v0.0.3: add exclude-substrings flag (#16)

23 Jul 12:52
60e42fa
Compare
Choose a tag to compare
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 <lwsanty@gmail.com>

v0.0.2: Dockerfile -> add gcc installation

22 Jul 08:36
Compare
Choose a tag to compare
Signed-off-by: lwsanty <lwsanty@gmail.com>

v0.0.1: Dockerfile -> add git and bash installation

19 Jul 15:23
Compare
Choose a tag to compare
Signed-off-by: lwsanty <lwsanty@gmail.com>