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

Experimental Windows arm64 build #2591

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chadlwilson
Copy link
Contributor

Experiment with building for arm64 Windows (without CGO as added in a8365f4)

Copy link
Contributor

Benchmark Results

java_simple_multithreaded.csv

Commit CPU Memory Time ExitCode
209816e 28% 70148 0:12.10 0
684d870 34% 68012 0:10.56 0
afc97cb 26% 69952 0:13.39 0
3255638 15% 67888 0:23.52 0

java_simple_serial.csv

Commit CPU Memory Time ExitCode
209816e 44% 67716 0:14.15 0
684d870 53% 67684 0:11.47 0
afc97cb 40% 65936 0:15.87 0
3255638 38% 65640 0:16.11 0

java_simple_parallel.csv

Commit CPU Memory Time ExitCode
209816e 22% 74208 0:25.02 0
684d870 22% 75992 0:24.47 0
afc97cb 23% 73892 0:24.89 0
3255638 20% 74072 0:27.30 0

java_gradle_parallel.csv

Commit CPU Memory Time ExitCode
209816e 5% 128988 0:46.76 0
684d870 5% 116480 0:45.44 0
afc97cb 6% 126520 0:46.25 0
3255638 5% 101368 0:43.01 0

java_maven_serial.csv

Commit CPU Memory Time ExitCode
209816e 64% 262080 0:21.98 0
684d870 63% 205604 0:19.21 0
afc97cb 71% 189880 0:17.03 0
3255638 66% 190640 0:18.11 0

java_maven_parallel.csv

Commit CPU Memory Time ExitCode
209816e 40% 218564 0:34.92 0
684d870 33% 177512 0:34.73 0
afc97cb 33% 172916 0:32.61 0
3255638 34% 173296 0:32.46 0

java_gradle_multithreaded.csv

Commit CPU Memory Time ExitCode
209816e 10% 122740 0:22.51 0
684d870 10% 123668 0:24.49 0
afc97cb 10% 97660 0:22.99 0
3255638 10% 117664 0:23.32 0

java_maven_multithreaded.csv

Commit CPU Memory Time ExitCode
209816e 59% 210032 0:19.35 0
684d870 58% 183140 0:15.71 0
afc97cb 60% 173792 0:15.06 0
3255638 55% 174140 0:16.25 0

java_gradle_serial.csv

Commit CPU Memory Time ExitCode
209816e 10% 126456 0:25.35 0
684d870 10% 130832 0:25.82 0
afc97cb 9% 122360 0:25.03 0
3255638 9% 118268 0:24.82 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant