Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format concept files added #2566

Merged
merged 4 commits into from
Jan 29, 2025
Merged

Conversation

PiotrNestor
Copy link
Contributor

@PiotrNestor PiotrNestor commented Jul 4, 2024

@sriv
@zabil
Format concept files added ...
Resolves: #1509

Example: gauge format example.cpt

Copy link
Contributor

github-actions bot commented Jul 4, 2024

Benchmark Results

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
aff43ef 60% 170756 0:15.91 0
5884aa1 64% 174356 0:13.96 0
c779a46 57% 169132 0:15.94 0
1cd8d9e 71% 197552 0:14.92 0

java_simple_serial.csv

Commit CPU Memory Time ExitCode
aff43ef 45% 66284 0:14.56 0
5884aa1 53% 67836 0:12.38 0
c779a46 53% 68644 0:11.71 0
1cd8d9e 49% 64436 0:12.96 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
aff43ef 72% 186092 0:17.10 0
5884aa1 67% 190804 0:18.02 0
c779a46 74% 190000 0:16.19 0
1cd8d9e 77% 221840 0:17.68 0

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
aff43ef 40% 64600 0:09.75 0
5884aa1 38% 70512 0:09.70 0
c779a46 38% 68908 0:09.60 0
1cd8d9e 33% 64704 0:11.16 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
aff43ef 21% 66656 0:24.91 0
5884aa1 24% 74792 0:24.36 0
c779a46 24% 74856 0:23.53 0
1cd8d9e 21% 64688 0:25.84 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
aff43ef 9% 121700 0:24.43 0
5884aa1 10% 125920 0:22.82 0
c779a46 9% 115856 0:23.52 0
1cd8d9e 9% 104760 0:24.09 0

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
aff43ef 10% 121088 0:25.37 0
5884aa1 10% 104040 0:24.67 0
c779a46 10% 120672 0:25.37 0
1cd8d9e 9% 101860 0:26.59 0

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
aff43ef 5% 118848 0:48.92 0
5884aa1 5% 107148 0:44.76 0
c779a46 5% 102904 0:41.45 0
1cd8d9e 5% 112512 0:43.90 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
aff43ef 32% 175516 0:35.05 0
5884aa1 35% 170296 0:31.54 0
c779a46 34% 183044 0:32.88 0
1cd8d9e 35% 206576 0:37.10 0

Notes

  • The results above are generated by running against seed projects in https://github.com/getgauge/gauge-benchmark
  • These results are not persisted, but on merging to master the benchmark will be rerun.
  • These benchmark are run in Github Actions' agents, which are virtualized. Results are not to be taken as actual benchmarks.Rather, these are indicative numbers and make sense for comparison.

See Workflow log for more details.

sriv
sriv previously approved these changes Jul 4, 2024
@gaugebot
Copy link

gaugebot bot commented Jul 4, 2024

@PiotrNestor Thank you for contributing to gauge. Your pull request has been labeled as a release candidate 🎉🎉.

Merging this PR will trigger a release.

Please bump up the version as part of this PR.

Instructions to bump the version can found at CONTRIBUTING.md

If the CONTRIBUTING.md file does not exist or does not include instructions about bumping up the version, please looks previous commits in git history to see what changes need to be done.

@haroon-sheikh haroon-sheikh marked this pull request as ready for review July 4, 2024 20:18
haroon-sheikh
haroon-sheikh previously approved these changes Jul 4, 2024
version/version.go Outdated Show resolved Hide resolved
Signed-off-by: Piotr Nestorow <[email protected]>
@PiotrNestor PiotrNestor dismissed stale reviews from haroon-sheikh and sriv via a185bba January 29, 2025 09:16
@PiotrNestor
Copy link
Contributor Author

PiotrNestor commented Jan 29, 2025

@sriv
@zabil
Can we get this PR merged?
I've updated the version.
I've merged the latest master ...

@sriv sriv merged commit a25e079 into getgauge:master Jan 29, 2025
28 checks passed
@sriv
Copy link
Member

sriv commented Jan 29, 2025

thanks for the contribution @PiotrNestor !

@PiotrNestor PiotrNestor deleted the format-concepts branch February 3, 2025 08:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

gauge format does not format concept files
3 participants